HomeSort by relevance Sort by last modified time
    Searched refs:UUID_MAP_MAS (Results 1 - 4 of 4) 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/btif/src/
btif_sock_sdp.cc 418 } else 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) {
  /system/bt/bta/sdp/
bta_sdp_act.cc 47 static const Uuid UUID_MAP_MAS = Uuid::From16Bit(0x1132);
360 if (uuid == UUID_MAP_MAS) {

Completed in 116 milliseconds