Home
last modified time | relevance | path

Searched refs:ARRAY_TO_STREAM (Results 1 – 17 of 17) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c160 ARRAY_TO_STREAM (p, plain_text, pt_len); /* byte 0 to byte 15 */ in smp_encrypt_data()
1279 ARRAY_TO_STREAM(p, v, BT_OCTET32_LEN); in smp_calculate_f4()
1280 ARRAY_TO_STREAM(p, u, BT_OCTET32_LEN); in smp_calculate_f4()
1287 ARRAY_TO_STREAM(p, x, BT_OCTET16_LEN); in smp_calculate_f4()
1300 ARRAY_TO_STREAM(p, cmac, BT_OCTET16_LEN); in smp_calculate_f4()
1380 ARRAY_TO_STREAM(p, y, BT_OCTET16_LEN); in smp_calculate_g2()
1381 ARRAY_TO_STREAM(p, v, BT_OCTET32_LEN); in smp_calculate_g2()
1382 ARRAY_TO_STREAM(p, u, BT_OCTET32_LEN); in smp_calculate_g2()
1395 ARRAY_TO_STREAM(p, x, BT_OCTET16_LEN); in smp_calculate_g2()
1626 ARRAY_TO_STREAM(p, t, BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
[all …]
Dsmp_utils.c457 ARRAY_TO_STREAM (p, p_cb->confirm, BT_OCTET16_LEN); in smp_build_confirm_cmd()
484 ARRAY_TO_STREAM (p, p_cb->rand, BT_OCTET16_LEN); in smp_build_rand_cmd()
510 ARRAY_TO_STREAM (p, p_cb->ltk, BT_OCTET16_LEN); in smp_build_encrypt_info_cmd()
539 ARRAY_TO_STREAM (p, p_cb->enc_rand, BT_OCTET8_LEN); in smp_build_master_id_cmd()
571 ARRAY_TO_STREAM (p, irk, BT_OCTET16_LEN); in smp_build_identity_info_cmd()
639 ARRAY_TO_STREAM (p, p_cb->csrk, BT_OCTET16_LEN); in smp_build_signing_info_cmd()
730 ARRAY_TO_STREAM (p, p_publ_key, 2 * BT_OCTET32_LEN); in smp_build_pair_public_key_cmd()
758 ARRAY_TO_STREAM (p, p_cb->commitment, BT_OCTET16_LEN); in smp_build_pairing_commitment_cmd()
786 ARRAY_TO_STREAM (p, p_cb->dhkey_check, BT_OCTET16_LEN); in smp_build_pair_dhkey_check_cmd()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c86 ARRAY_TO_STREAM (pp, feat_set, HCIC_PARAM_SIZE_SET_USED_FEAT_CMD); in btsnd_hcic_ble_set_local_used_feat()
199 ARRAY_TO_STREAM (pp, p_data, data_len); in btsnd_hcic_ble_set_adv_data()
233 ARRAY_TO_STREAM (pp, p_scan_rsp, data_len); in btsnd_hcic_ble_set_scan_rsp_data()
500 ARRAY_TO_STREAM (pp, chnl_map, HCIC_BLE_CHNL_MAP_SIZE); in btsnd_hcic_ble_set_host_chnl_class()
586 ARRAY_TO_STREAM (pp, key, key_len); in btsnd_hcic_ble_encrypt()
588 ARRAY_TO_STREAM (pp, plain_text, pt_len); in btsnd_hcic_ble_encrypt()
638 ARRAY_TO_STREAM (pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()
640 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_start_enc()
664 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_ltk_req_reply()
862 ARRAY_TO_STREAM (pp, irk_peer, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_add_device_resolving_list()
[all …]
Dhcicmds.c993 ARRAY_TO_STREAM (pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
1076 ARRAY_TO_STREAM (pp, name, len); in btsnd_hcic_change_name()
1875 ARRAY_TO_STREAM (pp, p_data, len); in btsnd_hcic_vendor_spec_cmd()
1898 ARRAY_TO_STREAM (pp, channels, HCIC_PARAM_SIZE_SET_AFH_CHANNELS); in btsnd_hcic_set_afh_channels()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c483 ARRAY_TO_STREAM(p, p_local_name->p_data, p_local_name->data_len); in btm_ble_update_pf_local_name()
584 ARRAY_TO_STREAM(p, p_srvc_data->p_pattern, p_srvc_data->data_len); in btm_ble_update_pf_manu_data()
586 ARRAY_TO_STREAM(p, p_srvc_data->p_pattern_mask, p_srvc_data->data_len); in btm_ble_update_pf_manu_data()
604 ARRAY_TO_STREAM(p, p_manu_data->p_pattern, p_manu_data->data_len); in btm_ble_update_pf_manu_data()
619 ARRAY_TO_STREAM(p, p_manu_data->p_pattern_mask, p_manu_data->data_len); in btm_ble_update_pf_manu_data()
836 ARRAY_TO_STREAM (p, p_uuid_cond->uuid.uu.uuid128, LEN_UUID_128); in btm_ble_update_uuid_filter()
851 ARRAY_TO_STREAM (p, p_uuid_cond->p_uuid_mask->uuid128_mask, LEN_UUID_128); in btm_ble_update_uuid_filter()
Dbtm_ble_gap.c2212 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, len - MIN_ADV_LENGTH); in btm_ble_build_adv_data()
2217 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len); in btm_ble_build_adv_data()
2238 ARRAY_TO_STREAM(p, p_data->p_manu->p_val, cp_len); in btm_ble_build_adv_data()
2306 ARRAY_TO_STREAM(p, p_data->p_services_128b->uuid128, MAX_UUID_SIZE); in btm_ble_build_adv_data()
2337 ARRAY_TO_STREAM(p, p_data->p_sol_service_128b->uuid128, MAX_UUID_SIZE); in btm_ble_build_adv_data()
2360 ARRAY_TO_STREAM(p, p_data->p_service_data->service_uuid.uu.uuid128, in btm_ble_build_adv_data()
2364 ARRAY_TO_STREAM(p, p_data->p_service_data->p_val, cp_len); in btm_ble_build_adv_data()
2391 ARRAY_TO_STREAM(p, p_elem->p_val, p_elem->len); in btm_ble_build_adv_data()
Dbtm_ble_privacy.c803 ARRAY_TO_STREAM(p, p_dev_rec->ble.keys.irk, BT_OCTET16_LEN); in btm_ble_resolving_list_load_dev()
Dbtm_sec.c1766 ARRAY_TO_STREAM(p, c, BTM_OOB_HASH_C_SIZE); in BTM_BuildOobData()
1776 ARRAY_TO_STREAM(p, r, BTM_OOB_RAND_R_SIZE); in BTM_BuildOobData()
1800 ARRAY_TO_STREAM (p, btm_cb.cfg.bd_name, name_size); in BTM_BuildOobData()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c167 ARRAY_TO_STREAM(p, pp, p_value->len); in dis_s_read_attr_value()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c61 ARRAY_TO_STREAM(p, p_attr->value, p_attr->len); in gatt_sign_data()
Datt_protocol.c327 ARRAY_TO_STREAM (p, p_data, len); in attp_build_value_cmd()
Dgatt_db.c261 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *)(p_attr16->p_next))->uuid, LEN_UUID_128); in read_attr_value()
295 ARRAY_TO_STREAM(p, value, len); in read_attr_value()
Dgatt_sr.c711 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128); in gatt_build_find_info_rsp()
Dgatt_utils.c1189 ARRAY_TO_STREAM (p, uuid.uu.uuid128, LEN_UUID_128); in gatt_build_uuid_to_stream()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c236 ARRAY_TO_STREAM(p, p_dev_name, p_value->len); in gap_read_attr_value()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h243 #define ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++… macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1065 ARRAY_TO_STREAM (p, p_data, data_len); in l2cu_send_peer_echo_req()
1117 ARRAY_TO_STREAM (p, p_data, data_len); in l2cu_send_peer_echo_rsp()