Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Duuid.h56 #define MAX_LEN_UUID_STR 37 macro
Dsdp_lib.h485 #define MAX_LEN_UUID_STR 37 macro
/external/bluetooth/bluez/attrib/
Datt.h148 char uuid[MAX_LEN_UUID_STR + 1];
154 char uuid[MAX_LEN_UUID_STR + 1];
Dclient.c88 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()
Dgatttool.c430 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()
Dinteractive.c235 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/
Dservice.c69 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/
Dglib-helper.c407 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()