Home
last modified time | relevance | path

Searched refs:sdp_uuid_to_uuid128 (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h477 uuid_t *sdp_uuid_to_uuid128(const uuid_t *uuid);
/external/bluetooth/bluez/plugins/
Dservice.c612 uuid128 = sdp_uuid_to_uuid128(uuid); in request_authorization()
/external/bluetooth/bluez/lib/
Dsdp.c2596 uuid_t *u1 = sdp_uuid_to_uuid128(p1); in sdp_uuid_cmp()
2597 uuid_t *u2 = sdp_uuid_to_uuid128(p2); in sdp_uuid_cmp()
2679 uuid_t *sdp_uuid_to_uuid128(const uuid_t *uuid) in sdp_uuid_to_uuid128() function
3138 uuid_t *uuid128 = sdp_uuid_to_uuid128(uuid); in sdp_pattern_add_uuid()
/external/bluetooth/bluez/src/
Dsdpd-request.c338 uuid128 = sdp_uuid_to_uuid128((uuid_t *)data); in sdp_match_uuid()