HomeSort by relevance Sort by last modified time
    Searched refs:LEN_UUID_128 (Results 1 - 22 of 22) 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 42 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
56 void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
58 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
60 memcpy (uuid_128, base_uuid, LEN_UUID_128);
75 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
112 return(memcmp(ps, pt, LEN_UUID_128) == 0);
602 memcpy(p_uuid->uu.uuid128, pp, LEN_UUID_128);
628 else if (p_des->uuid.len == LEN_UUID_128)
630 memcpy(p_des->uuid.uu.uuid128, p_src->uuid.uu.uuid128, LEN_UUID_128);
    [all...]
bta_gattc_cache.c 391 else if (p_uuid->len == LEN_UUID_128)
393 memcpy(pp, p_uuid->uu.uuid128, LEN_UUID_128);
    [all...]
bta_gattc_int.h 238 UINT8 uuid128[LEN_UUID_128];
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 76 return LEN_UUID_128;
101 case LEN_UUID_128:
165 case LEN_UUID_128:
201 else if (p_uuid->len == LEN_UUID_128)
204 UINT8 *p = &p_uuid->uu.uuid128[LEN_UUID_128 - 4];
btif_gatt_test.c 84 else if (bt_uuid.len == LEN_UUID_128)
216 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}};
btif_gatt_client.c     [all...]
btif_dm.c 160 extern void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 247 tBT_UUID app_uuid = {LEN_UUID_128, {0}};
253 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 470 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 657 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/stack/sdp/
sdp_api.c 359 else if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_128)
361 p_uuid->len = LEN_UUID_128;
362 memcpy(p_uuid->uu.uuid128, p_sattr->attr_value.v.array, LEN_UUID_128);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 325 tBT_UUID app_uuid = {LEN_UUID_128,{0}};
433 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 203 char app_name[LEN_UUID_128 + 1];
204 tBT_UUID app_uuid = {LEN_UUID_128,{0}};
212 memset (app_name, 0, LEN_UUID_128 + 1);
213 strncpy(app_name, "BTA HH OVER LE", LEN_UUID_128);
215 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, 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 545 milliseconds