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

  /system/bt/bta/gatt/
bta_gatts_utils.c 35 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
51 memcpy (uuid_128, base_uuid, LEN_UUID_128);
bta_gattc_utils.c 44 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
62 memcpy (uuid_128, base_uuid, LEN_UUID_128);
  /system/bt/btcore/src/
uuid.c 38 static const bt_uuid_t base_uuid = { variable
160 if (uuid->uu[i] != base_uuid.uu[i])
  /system/bt/stack/gatt/
gatt_utils.c 79 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, variable
998 memcpy (uuid_128, base_uuid, LEN_UUID_128);
1016 memcpy (uuid_128, base_uuid, LEN_UUID_128);
    [all...]
  /system/bt/stack/btm/
btm_inq.c 2859 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, local
    [all...]

Completed in 383 milliseconds