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];
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/
sdp_lib.h 485 #define MAX_LEN_UUID_STR 37
  /external/bluetooth/bluez/src/
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];
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);
    [all...]

Completed in 66 milliseconds