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 24 static const uint8_t UUID_OBEX_OBJECT_PUSH[] = {0x00, 0x00, 0x11, 0x05, 0x00, 0x00, 0x10, 0x00,
  /system/bt/btif/src/
btif_sock_sdp.c 398 if (UUID_MATCHES(UUID_OBEX_OBJECT_PUSH, uuid)) {
428 } else if (UUID_MATCHES(UUID_OBEX_OBJECT_PUSH, uuid)) {
446 uuid = UUID_OBEX_OBJECT_PUSH;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_sdp.cpp 28 static const uint8_t UUID_OBEX_OBJECT_PUSH[] = {0x00, 0x00, 0x11, 0x05, 0x00, 0x00, 0x10, 0x00,
250 } else if (IS_UUID(UUID_OBEX_OBJECT_PUSH, uuid_in)) {
  /system/bt/bta/sdp/
bta_sdp_act.c 45 static const uint8_t UUID_OBEX_OBJECT_PUSH[] = {0x00, 0x00, 0x11, 0x05, 0x00, 0x00, 0x10, 0x00,
426 } else if (IS_UUID(UUID_OBEX_OBJECT_PUSH,uuid->uu.uuid128)){

Completed in 405 milliseconds