Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c186 ARRAY_TO_STREAM (p, plain_text, pt_len); /* byte 0 to byte 15 */ in smp_encrypt_data()
1326 ARRAY_TO_STREAM(p, v, BT_OCTET32_LEN); in smp_calculate_f4()
1327 ARRAY_TO_STREAM(p, u, BT_OCTET32_LEN); in smp_calculate_f4()
1334 ARRAY_TO_STREAM(p, x, BT_OCTET16_LEN); in smp_calculate_f4()
1347 ARRAY_TO_STREAM(p, cmac, BT_OCTET16_LEN); in smp_calculate_f4()
1427 ARRAY_TO_STREAM(p, y, BT_OCTET16_LEN); in smp_calculate_g2()
1428 ARRAY_TO_STREAM(p, v, BT_OCTET32_LEN); in smp_calculate_g2()
1429 ARRAY_TO_STREAM(p, u, BT_OCTET32_LEN); in smp_calculate_g2()
1442 ARRAY_TO_STREAM(p, x, BT_OCTET16_LEN); in smp_calculate_g2()
1673 ARRAY_TO_STREAM(p, t, BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key()
[all …]
Dsmp_utils.c456 ARRAY_TO_STREAM (p, p_cb->confirm, BT_OCTET16_LEN); in smp_build_confirm_cmd()
483 ARRAY_TO_STREAM (p, p_cb->rand, BT_OCTET16_LEN); in smp_build_rand_cmd()
509 ARRAY_TO_STREAM (p, p_cb->ltk, BT_OCTET16_LEN); in smp_build_encrypt_info_cmd()
538 ARRAY_TO_STREAM (p, p_cb->enc_rand, BT_OCTET8_LEN); in smp_build_master_id_cmd()
570 ARRAY_TO_STREAM (p, irk, BT_OCTET16_LEN); in smp_build_identity_info_cmd()
638 ARRAY_TO_STREAM (p, p_cb->csrk, BT_OCTET16_LEN); in smp_build_signing_info_cmd()
729 ARRAY_TO_STREAM (p, p_publ_key, 2 * BT_OCTET32_LEN); in smp_build_pair_public_key_cmd()
757 ARRAY_TO_STREAM (p, p_cb->commitment, BT_OCTET16_LEN); in smp_build_pairing_commitment_cmd()
785 ARRAY_TO_STREAM (p, p_cb->dhkey_check, BT_OCTET16_LEN); in smp_build_pair_dhkey_check_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c85 ARRAY_TO_STREAM (pp, feat_set, HCIC_PARAM_SIZE_SET_USED_FEAT_CMD); in btsnd_hcic_ble_set_local_used_feat()
198 ARRAY_TO_STREAM (pp, p_data, data_len); in btsnd_hcic_ble_set_adv_data()
232 ARRAY_TO_STREAM (pp, p_scan_rsp, data_len); in btsnd_hcic_ble_set_scan_rsp_data()
499 ARRAY_TO_STREAM (pp, chnl_map, HCIC_BLE_CHNL_MAP_SIZE); in btsnd_hcic_ble_set_host_chnl_class()
583 ARRAY_TO_STREAM (pp, key, key_len); in btsnd_hcic_ble_encrypt()
585 ARRAY_TO_STREAM (pp, plain_text, pt_len); in btsnd_hcic_ble_encrypt()
634 ARRAY_TO_STREAM (pp, rand, HCIC_BLE_RAND_DI_SIZE); in btsnd_hcic_ble_start_enc()
636 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_start_enc()
660 ARRAY_TO_STREAM (pp, ltk, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_ltk_req_reply()
858 ARRAY_TO_STREAM (pp, irk_peer, HCIC_BLE_ENCRYT_KEY_SIZE); in btsnd_hcic_ble_add_device_resolving_list()
[all …]
Dhcicmds.c995 ARRAY_TO_STREAM (pp, filt_cond, filt_cond_len); in btsnd_hcic_set_event_filter()
1078 ARRAY_TO_STREAM (pp, name, len); in btsnd_hcic_change_name()
1885 ARRAY_TO_STREAM (pp, p_data, len); in btsnd_hcic_vendor_spec_cmd()
1908 ARRAY_TO_STREAM (pp, channels, HCIC_PARAM_SIZE_SET_AFH_CHANNELS); in btsnd_hcic_set_afh_channels()
/hal_espressif-latest/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.c2263 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len); in btm_ble_build_adv_data()
2268 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, cp_len); in btm_ble_build_adv_data()
2289 ARRAY_TO_STREAM(p, p_data->p_manu->p_val, cp_len); in btm_ble_build_adv_data()
2357 ARRAY_TO_STREAM(p, p_data->p_services_128b->uuid128, MAX_UUID_SIZE); in btm_ble_build_adv_data()
2388 ARRAY_TO_STREAM(p, p_data->p_sol_service_128b->uuid128, MAX_UUID_SIZE); in btm_ble_build_adv_data()
2411 ARRAY_TO_STREAM(p, p_data->p_service_data->service_uuid.uu.uuid128, in btm_ble_build_adv_data()
2415 ARRAY_TO_STREAM(p, p_data->p_service_data->p_val, cp_len); in btm_ble_build_adv_data()
2442 ARRAY_TO_STREAM(p, p_elem->p_val, p_elem->len); in btm_ble_build_adv_data()
Dbtm_ble_privacy.c916 ARRAY_TO_STREAM(p, p_dev_rec->ble.keys.irk, BT_OCTET16_LEN); in btm_ble_resolving_list_load_dev()
Dbtm_sec.c1767 ARRAY_TO_STREAM(p, c, BTM_OOB_HASH_C_SIZE); in BTM_BuildOobData()
1777 ARRAY_TO_STREAM(p, r, BTM_OOB_RAND_R_SIZE); in BTM_BuildOobData()
1801 ARRAY_TO_STREAM (p, btm_cb.cfg.bd_name, name_size); in BTM_BuildOobData()
/hal_espressif-latest/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()
/hal_espressif-latest/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.c335 ARRAY_TO_STREAM (p, p_data, len); in attp_build_value_cmd()
Dgatt_db.c259 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *)(p_attr16->p_next))->uuid, LEN_UUID_128); in read_attr_value()
293 ARRAY_TO_STREAM(p, value, len); in read_attr_value()
Dgatt_sr.c828 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128); in gatt_build_find_info_rsp()
Dgatt_utils.c1213 ARRAY_TO_STREAM (p, uuid.uu.uuid128, LEN_UUID_128); in gatt_build_uuid_to_stream()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c236 ARRAY_TO_STREAM(p, p_dev_name, p_value->len); in gap_read_attr_value()
/hal_espressif-latest/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
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1069 ARRAY_TO_STREAM (p, p_data, data_len); in l2cu_send_peer_echo_req()
1121 ARRAY_TO_STREAM (p, p_data, data_len); in l2cu_send_peer_echo_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4264ARRAY_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid128, LEN_UUID_128); in bta_dm_set_eir()