HomeSort by relevance Sort by last modified time
    Searched refs:LEN_UUID_128 (Results 1 - 25 of 25) 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,
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 44 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
58 void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
60 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
62 memcpy (uuid_128, base_uuid, LEN_UUID_128);
77 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
114 return(memcmp(ps, pt, LEN_UUID_128) == 0);
  /system/bt/btif/src/
btif_gatt_util.c 76 return LEN_UUID_128;
101 case LEN_UUID_128:
137 case LEN_UUID_128:
178 case LEN_UUID_128:
199 else if (p_uuid->len == LEN_UUID_128)
202 UINT8 *p = &p_uuid->uu.uuid128[LEN_UUID_128 - 4];
btif_gatt_test.c 81 else if (bt_uuid.len == LEN_UUID_128)
221 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}};
btif_gatt_multi_adv_util.c 354 for (int position = 0; position < p_adv_data->service_uuid_len; position += LEN_UUID_128)
358 memcpy(&uuid.uu, p_adv_data->p_service_uuid + position, LEN_UUID_128);
402 case (LEN_UUID_128):
412 bt_uuid.uu.uuid128, LEN_UUID_128);
btif_dm.c 260 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,
994 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
996 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
998 memcpy (uuid_128, base_uuid, LEN_UUID_128);
1012 void gatt_convert_uuid32_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT32 uuid_32)
1014 UINT8 *p = &uuid_128[LEN_UUID_128 - 4];
1016 memcpy (uuid_128, base_uuid, LEN_UUID_128);
1031 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128];
    [all...]
gatt_db.c 264 p += LEN_UUID_128;
268 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *)(p_attr16->p_next))->uuid, LEN_UUID_128);
358 attr_uuid.len = LEN_UUID_128;
359 memcpy(attr_uuid.uu.uuid128, ((tGATT_ATTR128 *)p_attr)->uuid, LEN_UUID_128);
    [all...]
gatt_attr.c 268 tBT_UUID app_uuid = {LEN_UUID_128, {0}};
274 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_int.h 210 UINT8 uuid[LEN_UUID_128];
565 extern void gatt_convert_uuid32_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT32 uuid_32);
att_protocol.c 130 const size_t payload_size = (GATT_OP_CODE_SIZE) + (GATT_START_END_HANDLE_SIZE) + (LEN_UUID_128);
gatt_api.c 368 (p_descr_uuid->len != LEN_UUID_128 && p_descr_uuid->len != LEN_UUID_16
    [all...]
gatt_sr.c 635 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128);
641 p += LEN_UUID_128;
    [all...]
  /system/bt/stack/sdp/
sdp_api.c 357 else if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_128)
359 p_uuid->len = LEN_UUID_128;
360 for (uint8_t i = 0; i != LEN_UUID_128; ++i)
361 p_uuid->uu.uuid128[i] = p_sattr->attr_value.v.array[LEN_UUID_128-i-1];
445 p_uuid->len = LEN_UUID_128;
446 for (uint8_t i = 0; i != LEN_UUID_128; ++i)
447 p_uuid->uu.uuid128[i] = p_sattr->attr_value.v.array[LEN_UUID_128-i-1];
462 p_uuid->len = LEN_UUID_128;
463 for (uint8_t i = 0; i != LEN_UUID_128; ++i)
464 p_uuid->uu.uuid128[i] = p_attr->attr_value.v.array[LEN_UUID_128-i-1]
    [all...]
  /system/bt/stack/btm/
btm_inq.c     [all...]
btm_ble_adv_filter.c 868 else if (p_uuid_cond->uuid.len == LEN_UUID_128)
870 ARRAY_TO_STREAM (p, p_uuid_cond->uuid.uu.uuid128, LEN_UUID_128);
871 len += LEN_UUID_128;
891 else if (p_uuid_cond->uuid.len == LEN_UUID_128)
893 ARRAY_TO_STREAM (p, p_uuid_cond->p_uuid_mask->uuid128_mask, LEN_UUID_128);
894 len += LEN_UUID_128;
    [all...]
btm_ble_gap.c     [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/bta/hh/
bta_hh_le.c 340 char app_name[LEN_UUID_128 + 1];
341 tBT_UUID app_uuid = {LEN_UUID_128,{0}};
349 memset (app_name, 0, LEN_UUID_128 + 1);
350 strncpy(app_name, "BTA HH OVER LE", LEN_UUID_128);
352 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 510 UINT8 uuid128_mask[LEN_UUID_128];
    [all...]
  /system/bt/stack/include/
bt_types.h 416 #define LEN_UUID_128 16
    [all...]
btm_ble_api.h 710 UINT8 uuid128_mask[LEN_UUID_128];
    [all...]

Completed in 177 milliseconds