Home
last modified time | relevance | path

Searched refs:sdp_uuid128_cmp (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h475 int sdp_uuid128_cmp(const void *p1, const void *p2);
/external/bluetooth/bluez/lib/
Dsdp.c2621 ret = sdp_uuid128_cmp(u1, u2); in sdp_uuid_cmp()
2644 int sdp_uuid128_cmp(const void *p1, const void *p2) in sdp_uuid128_cmp() function
3169 if (sdp_list_find(rec->pattern, uuid128, sdp_uuid128_cmp) == NULL) in sdp_pattern_add_uuid()
3170 rec->pattern = sdp_list_insert_sorted(rec->pattern, uuid128, sdp_uuid128_cmp); in sdp_pattern_add_uuid()
/external/bluetooth/bluez/src/
Dsdpd-request.c330 list = sdp_list_find(pattern, uuid128, sdp_uuid128_cmp); in sdp_match_uuid()