Searched refs:MAX_LEN_UUID_STR (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/plugins/ |
D | service.c | 71 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/ |
D | sdp_lib.h | 485 #define MAX_LEN_UUID_STR 37 macro
|
/external/bluetooth/bluez/src/ |
D | glib-helper.c | 443 str = g_try_malloc0(MAX_LEN_UUID_STR); in bt_uuid2string()
|
/external/bluetooth/bluez/tools/ |
D | sdptool.c | 84 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()
|