Home
last modified time | relevance | path

Searched refs:STREAM_TO_ARRAY (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/hci/
Dhci_packet_parser.c93 STREAM_TO_ARRAY(supported_commands_ptr, stream, (int)supported_commands_length); in parse_read_local_supported_commands_response()
104 STREAM_TO_ARRAY(feature_pages->as_array, stream, (int)sizeof(bt_device_features_t)); in parse_read_local_supported_features_response()
123STREAM_TO_ARRAY(feature_pages[*page_number_ptr].as_array, stream, (int)sizeof(bt_device_features_t… in parse_read_local_extended_features_response()
166 STREAM_TO_ARRAY(supported_states, stream, (int)supported_states_size); in parse_ble_read_supported_states_response()
178 STREAM_TO_ARRAY(supported_features->as_array, stream, (int)sizeof(bt_device_features_t)); in parse_ble_read_local_supported_features_response()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c694 STREAM_TO_ARRAY(p_cb->rconfirm, p, BT_OCTET16_LEN); in smp_proc_confirm()
718 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN);
739 STREAM_TO_ARRAY(p_cb->rrand, p, BT_OCTET16_LEN); in smp_proc_rand()
762 STREAM_TO_ARRAY(p_cb->peer_publ_key.x, p, BT_OCTET32_LEN); in smp_process_pairing_public_key()
763 STREAM_TO_ARRAY(p_cb->peer_publ_key.y, p, BT_OCTET32_LEN); in smp_process_pairing_public_key()
806 STREAM_TO_ARRAY(p_cb->remote_commitment, p, BT_OCTET16_LEN); in smp_process_pairing_commitment()
827 STREAM_TO_ARRAY(p_cb->remote_dhkey_check, p, BT_OCTET16_LEN); in smp_process_dhkey_check()
1016 STREAM_TO_ARRAY(p_cb->ltk, p, BT_OCTET16_LEN); in smp_proc_enc_info()
1036 STREAM_TO_ARRAY(le_key.rand, p, BT_OCTET8_LEN ); in smp_proc_master_id()
1063 STREAM_TO_ARRAY (p_cb->tk, p, BT_OCTET16_LEN); /* reuse TK for IRK */ in smp_proc_id_info()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h256 #define STREAM_TO_ARRAY(a, p, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) ((UINT8 *) a)… macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1113 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0], p, in btm_read_remote_features_complete()
1170 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_features[page_num], p, HCI_FEATURE_BYTES_PER_PAGE); in btm_read_remote_ext_features_complete()
Dbtm_ble_gap.c4324 STREAM_TO_ARRAY(p_acl_cb->peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
Dbtm_sec.c3243 STREAM_TO_ARRAY(features, p, HCI_FEATURE_BYTES_PER_PAGE); in btm_sec_rmt_host_support_feat_evt()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1768 STREAM_TO_ARRAY(p_srvc->rpt_map, pp, p_data->p_value->unformat.len); in bta_hh_le_save_rpt_map()