Home
last modified time | relevance | path

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

/external/bluetooth/bluez/plugins/
Dservice.c71 char uuid[MAX_LEN_UUID_STR];
622 char uuid_str[MAX_LEN_UUID_STR]; in request_authorization()
659 if (sdp_uuid2strn(uuid128, uuid_str, MAX_LEN_UUID_STR) < 0) { in request_authorization()
669 memcpy(auth->uuid, uuid_str, MAX_LEN_UUID_STR); in request_authorization()
/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h485 #define MAX_LEN_UUID_STR 37 macro
/external/bluetooth/bluez/src/
Dglib-helper.c443 str = g_try_malloc0(MAX_LEN_UUID_STR); in bt_uuid2string()
/external/bluetooth/bluez/tools/
Dsdptool.c84 static char UUID_str[MAX_LEN_UUID_STR];
1005 sdp_uuid2strn(uuid, UUID_str, MAX_LEN_UUID_STR); in print_service_class()
1024 sdp_uuid2strn(&p->val.uuid, UUID_str, MAX_LEN_UUID_STR); in print_service_desc()
1087 sdp_uuid2strn(&desc->uuid, UUID_str, MAX_LEN_UUID_STR); in print_profile_desc()