HomeSort by relevance Sort by last modified time
    Searched refs:UUID_OBEX_OBJECT_PUSH (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/include/
btif_sock_sdp.h 27 static const bluetooth::Uuid UUID_OBEX_OBJECT_PUSH =
  /system/bt/btif/src/
btif_sock_sdp.cc 411 if (uuid == UUID_OBEX_OBJECT_PUSH) {
441 } else if (uuid == UUID_OBEX_OBJECT_PUSH) {
459 uuid = UUID_OBEX_OBJECT_PUSH;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp 30 static const Uuid UUID_OBEX_OBJECT_PUSH = Uuid::From16Bit(0x1105);
196 } else if (uuid_in == UUID_OBEX_OBJECT_PUSH) {
  /system/bt/bta/sdp/
bta_sdp_act.cc 45 static const Uuid UUID_OBEX_OBJECT_PUSH = Uuid::From16Bit(0x1105);
369 } else if (uuid == UUID_OBEX_OBJECT_PUSH) {

Completed in 86 milliseconds