Home
last modified time | relevance | path

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

/external/bluez/libs/include/bluetooth/
Dsdp_lib.h490 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n);
/external/bluez/utils/tools/
Dsdptool.c1006 sdp_uuid2strn(uuid, UUID_str, MAX_LEN_UUID_STR); in print_service_class()
1025 sdp_uuid2strn(&p->val.uuid, UUID_str, MAX_LEN_UUID_STR); in print_service_desc()
1088 sdp_uuid2strn(&desc->uuid, UUID_str, MAX_LEN_UUID_STR); in print_profile_desc()
/external/bluez/libs/src/
Dsdp.c288 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n) in sdp_uuid2strn() function