Searched refs:UUID_OBEX_OBJECT_PUSH (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/include/ |
D | btif_sock_sdp.h | 24 static const uint8_t UUID_OBEX_OBJECT_PUSH[] = {0x00, 0x00, 0x11, 0x05, 0x00, 0x00, 0x10, 0x00, variable
|
/system/bt/btif/src/ |
D | btif_sock_sdp.c | 398 if (UUID_MATCHES(UUID_OBEX_OBJECT_PUSH, uuid)) { in add_rfc_sdp_by_uuid() 428 } else if (UUID_MATCHES(UUID_OBEX_OBJECT_PUSH, uuid)) { in get_reserved_rfc_channel() 446 uuid = UUID_OBEX_OBJECT_PUSH; in add_rfc_sdp_rec()
|
/system/bt/bta/sdp/ |
D | bta_sdp_act.c | 45 static const uint8_t UUID_OBEX_OBJECT_PUSH[] = {0x00, 0x00, 0x11, 0x05, 0x00, 0x00, 0x10, 0x00, variable 426 } else if (IS_UUID(UUID_OBEX_OBJECT_PUSH,uuid->uu.uuid128)){ in bta_sdp_search_cback()
|