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

1 2

  /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,
47 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
49 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
51 memcpy (uuid_128, base_uuid, LEN_UUID_128);
194 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
228 return(memcmp(ps, pt, LEN_UUID_128) == 0);
bta_gattc_utils.c 45 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
59 void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
61 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
63 memcpy (uuid_128, base_uuid, LEN_UUID_128);
78 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
115 return(memcmp(ps, pt, LEN_UUID_128) == 0);
475 memcpy(p_uuid->uu.uuid128, pp, LEN_UUID_128);
501 else if (p_des->uuid.len == LEN_UUID_128)
503 memcpy(p_des->uuid.uu.uuid128, p_src->uuid.uu.uuid128, LEN_UUID_128);
    [all...]
bta_gattc_cache.c 395 else if (p_uuid->len == LEN_UUID_128)
397 memcpy(pp, p_uuid->uu.uuid128, LEN_UUID_128);
    [all...]
bta_gattc_int.h 249 UINT8 uuid128[LEN_UUID_128];
  /system/bt/btif/src/
btif_gatt_util.c 75 return LEN_UUID_128;
100 case LEN_UUID_128:
149 case LEN_UUID_128:
190 case LEN_UUID_128:
226 else if (p_uuid->len == LEN_UUID_128)
229 UINT8 *p = &p_uuid->uu.uuid128[LEN_UUID_128 - 4];
btif_gatt_multi_adv_util.c 397 for (int position = 0; position < p_adv_data->service_uuid_len; position += LEN_UUID_128)
401 memcpy(&uuid.uu, p_adv_data->p_service_uuid + position, LEN_UUID_128);
418 GKI_getbuf(p_adv_data->service_uuid_len / LEN_UUID_128 * LEN_UUID_16);
441 GKI_getbuf(p_adv_data->service_uuid_len / LEN_UUID_128 * LEN_UUID_32);
455 case (LEN_UUID_128):
467 bt_uuid.uu.uuid128, LEN_UUID_128);
btif_gatt_test.c 84 else if (bt_uuid.len == LEN_UUID_128)
225 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}};
btif_dm.c 222 extern void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16);
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 79 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
965 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
967 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
969 memcpy (uuid_128, base_uuid, LEN_UUID_128);
983 void gatt_convert_uuid32_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT32 uuid_32)
985 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
987 memcpy (uuid_128, base_uuid, LEN_UUID_128);
1002 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
1053 return(memcmp(ps, pt, LEN_UUID_128) == 0)
    [all...]
gatt_db.c 264 p += LEN_UUID_128;
268 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *)(p_attr16->p_next))->uuid, LEN_UUID_128);
361 attr_uuid.len = LEN_UUID_128;
362 memcpy(attr_uuid.uu.uuid128, ((tGATT_ATTR128 *)p_attr)->uuid, LEN_UUID_128);
    [all...]
gatt_attr.c 270 tBT_UUID app_uuid = {LEN_UUID_128, {0}};
276 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
gatt_cl.c 110 cl_req.find_type_value.value_len = LEN_UUID_128;
484 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 210 UINT8 uuid[LEN_UUID_128];
584 extern void gatt_convert_uuid32_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT32 uuid_32);
gatt_sr.c 656 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128);
662 p += LEN_UUID_128;
    [all...]
  /system/bt/stack/btm/
btm_inq.c     [all...]
btm_ble_adv_filter.c 870 else if (p_uuid_cond->uuid.len == LEN_UUID_128)
872 ARRAY_TO_STREAM (p, p_uuid_cond->uuid.uu.uuid128, LEN_UUID_128);
873 len += LEN_UUID_128;
893 else if (p_uuid_cond->uuid.len == LEN_UUID_128)
895 ARRAY_TO_STREAM (p, p_uuid_cond->p_uuid_mask->uuid128_mask, LEN_UUID_128);
896 len += LEN_UUID_128;
    [all...]
  /system/bt/stack/gap/
gap_ble.c 382 tBT_UUID app_uuid = {LEN_UUID_128,{0}};
389 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128);
441 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
  /system/bt/stack/sdp/
sdp_api.c 355 else if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_128)
357 p_uuid->len = LEN_UUID_128;
358 memcpy(p_uuid->uu.uuid128, p_sattr->attr_value.v.array, LEN_UUID_128);
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 212 char app_name[LEN_UUID_128 + 1];
213 tBT_UUID app_uuid = {LEN_UUID_128,{0}};
221 memset (app_name, 0, LEN_UUID_128 + 1);
222 strncpy(app_name, "BTA HH OVER LE", LEN_UUID_128);
224 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 402 #define LEN_UUID_128 16
  /system/bt/bta/include/
bta_api.h 555 UINT8 uuid128_mask[LEN_UUID_128];
    [all...]
  /system/bt/stack/include/
bt_types.h 427 #define LEN_UUID_128 16
    [all...]
btm_ble_api.h 698 UINT8 uuid128_mask[LEN_UUID_128];
    [all...]

Completed in 499 milliseconds

1 2