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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 36 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
48 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
50 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
52 memcpy (uuid_128, base_uuid, LEN_UUID_128);
195 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
229 return(memcmp(ps, pt, LEN_UUID_128) == 0);
bta_gattc_utils.c 41 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
53 void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
55 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
57 memcpy (uuid_128, base_uuid, LEN_UUID_128);
72 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
109 return(memcmp(ps, pt, LEN_UUID_128) == 0);
465 memcpy(p_uuid->uu.uuid128, pp, LEN_UUID_128);
491 else if (p_des->uuid.len == LEN_UUID_128)
493 memcpy(p_des->uuid.uu.uuid128, p_src->uuid.uu.uuid128, LEN_UUID_128);
    [all...]
bta_gattc_cache.c 361 else if (p_uuid->len == LEN_UUID_128)
363 memcpy(pp, p_uuid->uu.uuid128, LEN_UUID_128);
    [all...]
bta_gattc_int.h 207 UINT8 uuid128[LEN_UUID_128];
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 84 return LEN_UUID_128;
109 case LEN_UUID_128:
173 case LEN_UUID_128:
209 else if (p_uuid->len == LEN_UUID_128)
212 UINT8 *p = &p_uuid->uu.uuid128[LEN_UUID_128 - 4];
btif_gatt_test.c 84 else if (bt_uuid.len == LEN_UUID_128)
215 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}};
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 246 tBT_UUID app_uuid = {LEN_UUID_128, {0}};
252 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
gatt_utils.c 78 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
959 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
961 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
963 memcpy (uuid_128, base_uuid, LEN_UUID_128);
979 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
1013 return(memcmp(ps, pt, LEN_UUID_128) == 0);
1035 else if (uuid.len == LEN_UUID_128)
1037 ARRAY_TO_STREAM (p, uuid.uu.uuid128, LEN_UUID_128);
1038 len = LEN_UUID_128;
    [all...]
gatt_db.c 266 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *)(p_attr16->p_next))->uuid, LEN_UUID_128);
347 attr_uuid.len = LEN_UUID_128;
348 memcpy(attr_uuid.uu.uuid128, ((tGATT_ATTR128 *)p_attr)->uuid, LEN_UUID_128);
    [all...]
gatt_cl.c 452 uuid_len = LEN_UUID_128;
    [all...]
gatt_api.c 369 (p_descr_uuid->len != LEN_UUID_128 && p_descr_uuid->len != LEN_UUID_16))
    [all...]
gatt_int.h 195 UINT8 uuid[LEN_UUID_128];
gatt_sr.c 654 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c     [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 478 tBT_UUID app_uuid = {LEN_UUID_128,{0}};
485 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128);
514 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 326 tBT_UUID app_uuid = {LEN_UUID_128,{0}};
385 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 418 #define LEN_UUID_128 16
  /external/libnfc-nci/src/include/
bt_types.h 402 #define LEN_UUID_128 16

Completed in 131 milliseconds