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

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

Completed in 110 milliseconds