OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UUID_MAP_MAS
(Results
1 - 3
of
3
) sorted by null
/system/bt/btif/include/
btif_sock_sdp.h
30
static const bluetooth::Uuid
UUID_MAP_MAS
= bluetooth::Uuid::From16Bit(0x1132);
/system/bt/bta/sdp/
bta_sdp_act.cc
47
static const Uuid
UUID_MAP_MAS
= Uuid::From16Bit(0x1132);
360
if (uuid ==
UUID_MAP_MAS
) {
/packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp
32
static const Uuid
UUID_MAP_MAS
= Uuid::From16Bit(0x1132);
166
if (uuid_in ==
UUID_MAP_MAS
) {
Completed in 358 milliseconds