HomeSort by relevance Sort by last modified time
    Searched refs:MAX_LEN_UUID_STR (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluez/plugins/
service.c 71 char uuid[MAX_LEN_UUID_STR];
622 char uuid_str[MAX_LEN_UUID_STR];
657 if (sdp_uuid2strn(uuid128, uuid_str, MAX_LEN_UUID_STR) < 0) {
667 memcpy(auth->uuid, uuid_str, MAX_LEN_UUID_STR);
  /external/bluetooth/bluez/include/bluetooth/
sdp_lib.h 484 #define MAX_LEN_UUID_STR 37
  /external/bluetooth/bluez/common/
glib-helper.c 443 str = g_try_malloc0(MAX_LEN_UUID_STR);
  /external/bluetooth/bluez/tools/
sdptool.c 84 static char UUID_str[MAX_LEN_UUID_STR];
1006 sdp_uuid2strn(uuid, UUID_str, MAX_LEN_UUID_STR);
1025 sdp_uuid2strn(&p->val.uuid, UUID_str, MAX_LEN_UUID_STR);
1088 sdp_uuid2strn(&desc->uuid, UUID_str, MAX_LEN_UUID_STR);
    [all...]

Completed in 2080 milliseconds