Searched refs:sdp_uuid2strn (Results 1 – 3 of 3) sorted by relevance
/external/bluez/libs/include/bluetooth/ |
D | sdp_lib.h | 490 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n);
|
/external/bluez/utils/tools/ |
D | sdptool.c | 1006 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/ |
D | sdp.c | 288 int sdp_uuid2strn(const uuid_t *uuid, char *str, size_t n) in sdp_uuid2strn() function
|