Searched refs:MAX_LEN_UUID_STR (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | uuid.h | 56 #define MAX_LEN_UUID_STR 37 macro
|
D | sdp_lib.h | 485 #define MAX_LEN_UUID_STR 37 macro
|
/external/bluetooth/bluez/attrib/ |
D | att.h | 148 char uuid[MAX_LEN_UUID_STR + 1]; 154 char uuid[MAX_LEN_UUID_STR + 1];
|
D | client.c | 88 char type[MAX_LEN_UUID_STR + 1]; 679 str = g_malloc0(MAX_LEN_UUID_STR + len * 2 + 1); in store_attribute() 682 bt_uuid_to_string(&uuid, str, MAX_LEN_UUID_STR); in store_attribute() 684 str[MAX_LEN_UUID_STR - 1] = '#'; in store_attribute() 686 for (i = 0, tmp = str + MAX_LEN_UUID_STR; i < len; i++, tmp += 2) in store_attribute()
|
D | gatttool.c | 430 char uuidstr[MAX_LEN_UUID_STR]; in char_desc_cb() 443 bt_uuid_to_string(&uuid, uuidstr, MAX_LEN_UUID_STR); in char_desc_cb()
|
D | interactive.c | 235 char uuidstr[MAX_LEN_UUID_STR]; in char_desc_cb() 248 bt_uuid_to_string(&uuid, uuidstr, MAX_LEN_UUID_STR); in char_desc_cb()
|
/external/bluetooth/bluez/plugins/ |
D | service.c | 69 char uuid[MAX_LEN_UUID_STR]; 579 char uuid_str[MAX_LEN_UUID_STR]; in request_authorization() 616 if (sdp_uuid2strn(uuid128, uuid_str, MAX_LEN_UUID_STR) < 0) { in request_authorization() 626 memcpy(auth->uuid, uuid_str, MAX_LEN_UUID_STR); in request_authorization()
|
/external/bluetooth/bluez/src/ |
D | glib-helper.c | 407 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()
|