HomeSort by relevance Sort by last modified time
    Searched defs:UUID_PBAP_PSE (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_sock_sdp.h 29 static const bluetooth::Uuid UUID_PBAP_PSE = bluetooth::Uuid::From16Bit(0x112F);
  /system/bt/bta/sdp/
bta_sdp_act.cc 46 static const Uuid UUID_PBAP_PSE = Uuid::From16Bit(0x112F);
366 } else if (uuid == UUID_PBAP_PSE) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp 31 static const Uuid UUID_PBAP_PSE = Uuid::From16Bit(0x112F);
186 } else if (uuid_in == UUID_PBAP_PSE) {

Completed in 207 milliseconds