Home
last modified time | relevance | path

Searched refs:UINT8_TO_STREAM (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c106 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_WRITE_RANDOM_ADDR_CMD); in btsnd_hcic_ble_set_random_addr()
131 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_PARAMS ); in btsnd_hcic_ble_write_adv_params()
135 UINT8_TO_STREAM (pp, adv_type); in btsnd_hcic_ble_write_adv_params()
136 UINT8_TO_STREAM (pp, addr_type_own); in btsnd_hcic_ble_write_adv_params()
137 UINT8_TO_STREAM (pp, addr_type_dir); in btsnd_hcic_ble_write_adv_params()
139 UINT8_TO_STREAM (pp, channel_map); in btsnd_hcic_ble_write_adv_params()
140 UINT8_TO_STREAM (pp, adv_filter_policy); in btsnd_hcic_ble_write_adv_params()
160 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_READ_CMD); in btsnd_hcic_ble_read_adv_chnl_tx_power()
186 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_BLE_WRITE_ADV_DATA + 1); in btsnd_hcic_ble_set_adv_data()
196 UINT8_TO_STREAM (pp, data_len); in btsnd_hcic_ble_set_adv_data()
[all …]
Dhcicmds.c53 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_INQUIRY); in btsnd_hcic_inquiry()
56 UINT8_TO_STREAM (pp, duration); in btsnd_hcic_inquiry()
57 UINT8_TO_STREAM (pp, response_cnt); in btsnd_hcic_inquiry()
77 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_INQ_CANCEL); in btsnd_hcic_inq_cancel()
99 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_PER_INQ_MODE); in btsnd_hcic_per_inq_mode()
104 UINT8_TO_STREAM (pp, duration); in btsnd_hcic_per_inq_mode()
105 UINT8_TO_STREAM (pp, response_cnt); in btsnd_hcic_per_inq_mode()
125 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_EXIT_PER_INQ); in btsnd_hcic_exit_per_inq()
154 UINT8_TO_STREAM (pp, HCIC_PARAM_SIZE_CREATE_CONN); in btsnd_hcic_create_conn()
156 UINT8_TO_STREAM (pp, (HCIC_PARAM_SIZE_CREATE_CONN - 1)); in btsnd_hcic_create_conn()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c51 UINT8_TO_STREAM(stream, enable); in make_set_c2h_flow_control()
61 UINT8_TO_STREAM(stream, enable); in make_set_adv_report_flow_control()
74 UINT8_TO_STREAM(stream, sco_size); in make_host_buffer_size()
106 UINT8_TO_STREAM(stream, page_number); in make_read_local_extended_features()
116 UINT8_TO_STREAM(stream, mode); in make_write_simple_pairing_mode()
126 UINT8_TO_STREAM(stream, mode); in make_write_secure_connections_host_support()
146 UINT8_TO_STREAM(stream, supported_host); in make_ble_write_host_support()
147 UINT8_TO_STREAM(stream, simultaneous_host); in make_ble_write_host_support()
208 UINT8_TO_STREAM(stream, enable); in make_write_sync_flow_control_enable()
218 UINT8_TO_STREAM(stream, enable); in make_write_default_erroneous_data_report()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c467 UINT8_TO_STREAM(p, BTM_BLE_META_PF_LOCAL_NAME); in btm_ble_update_pf_local_name()
468 UINT8_TO_STREAM(p, action); in btm_ble_update_pf_local_name()
471 UINT8_TO_STREAM(p, filt_index); in btm_ble_update_pf_local_name()
564 UINT8_TO_STREAM(p, BTM_BLE_META_PF_SRVC_DATA); in btm_ble_update_pf_manu_data()
566 UINT8_TO_STREAM(p, BTM_BLE_META_PF_MANU_DATA); in btm_ble_update_pf_manu_data()
569 UINT8_TO_STREAM(p, action); in btm_ble_update_pf_manu_data()
572 UINT8_TO_STREAM(p, filt_index); in btm_ble_update_pf_manu_data()
726 UINT8_TO_STREAM(p, BTM_BLE_META_PF_ADDR); in btm_ble_update_addr_filter()
727 UINT8_TO_STREAM(p, action); in btm_ble_update_addr_filter()
730 UINT8_TO_STREAM(p, filt_index); in btm_ble_update_addr_filter()
[all …]
Dbtm_ble_multi_adv.c206 UINT8_TO_STREAM (pp, BTM_BLE_MULTI_ADV_ENB); in btm_ble_enable_multi_adv()
207 UINT8_TO_STREAM (pp, enb); in btm_ble_enable_multi_adv()
208 UINT8_TO_STREAM (pp, inst_id); in btm_ble_enable_multi_adv()
262 UINT8_TO_STREAM(pp, BTM_BLE_MULTI_ADV_SET_PARAM); in btm_ble_multi_adv_set_params()
266 UINT8_TO_STREAM (pp, p_params->adv_type); in btm_ble_multi_adv_set_params()
270 UINT8_TO_STREAM (pp, BLE_ADDR_RANDOM); in btm_ble_multi_adv_set_params()
275 UINT8_TO_STREAM (pp, BLE_ADDR_PUBLIC); in btm_ble_multi_adv_set_params()
282 UINT8_TO_STREAM (pp, 0); in btm_ble_multi_adv_set_params()
288 UINT8_TO_STREAM (pp, p_params->channel_map); in btm_ble_multi_adv_set_params()
293 UINT8_TO_STREAM (pp, p_params->adv_filter_policy); in btm_ble_multi_adv_set_params()
[all …]
Dbtm_ble_batchscan.c318 UINT8_TO_STREAM (pp, BTM_BLE_BATCH_SCAN_READ_RESULTS); in btm_ble_read_batchscan_reports()
319 UINT8_TO_STREAM (pp, scan_mode); in btm_ble_read_batchscan_reports()
489 UINT8_TO_STREAM (pp, BTM_BLE_BATCH_SCAN_SET_STORAGE_PARAM); in btm_ble_set_storage_config()
490 UINT8_TO_STREAM (pp, batch_scan_full_max); in btm_ble_set_storage_config()
491 UINT8_TO_STREAM (pp, batch_scan_trunc_max); in btm_ble_set_storage_config()
492 UINT8_TO_STREAM (pp, batch_scan_notify_threshold); in btm_ble_set_storage_config()
533 UINT8_TO_STREAM (pp_scan, BTM_BLE_BATCH_SCAN_SET_PARAMS); in btm_ble_set_batchscan_param()
534 UINT8_TO_STREAM (pp_scan, scan_mode); in btm_ble_set_batchscan_param()
537 UINT8_TO_STREAM (pp_scan, addr_type); in btm_ble_set_batchscan_param()
538 UINT8_TO_STREAM (pp_scan, discard_rule); in btm_ble_set_batchscan_param()
[all …]
Dbtm_ble_privacy.c558 UINT8_TO_STREAM(p, BTM_BLE_META_REMOVE_IRK_ENTRY); in btm_ble_remove_resolving_list_entry()
559 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type); in btm_ble_remove_resolving_list_entry()
598 UINT8_TO_STREAM(p, BTM_BLE_META_CLEAR_IRK_LIST); in btm_ble_clear_resolving_list()
636 UINT8_TO_STREAM(p, BTM_BLE_META_READ_IRK_ENTRY); in btm_ble_read_resolving_list_entry()
637 UINT8_TO_STREAM(p, p_dev_rec->ble.resolving_list_index); in btm_ble_read_resolving_list_entry()
754 UINT8_TO_STREAM(p, BTM_BLE_META_IRK_ENABLE); in btm_ble_vendor_enable_irk_feature()
755 UINT8_TO_STREAM(p, enable ? 0x01 : 0x00); in btm_ble_vendor_enable_irk_feature()
915 UINT8_TO_STREAM(p, BTM_BLE_META_ADD_IRK_ENTRY); in btm_ble_resolving_list_load_dev()
917 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type); in btm_ble_resolving_list_load_dev()
Dbtm_ble_gap.c439 UINT8_TO_STREAM(pp_scan, scan_type); in btm_ble_send_extended_scan_params()
442 UINT8_TO_STREAM(pp_scan, addr_type_own); in btm_ble_send_extended_scan_params()
443 UINT8_TO_STREAM(pp_scan, scan_filter_policy); in btm_ble_send_extended_scan_params()
Dbtm_sco.c532 UINT8_TO_STREAM (p, (UINT8)p_buf->len); in BTM_WriteScoData()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c422 UINT8_TO_STREAM (p, cmd_code); in smp_build_pairing_cmd()
423 UINT8_TO_STREAM (p, p_cb->local_io_capability); in smp_build_pairing_cmd()
424 UINT8_TO_STREAM (p, p_cb->loc_oob_flag); in smp_build_pairing_cmd()
425 UINT8_TO_STREAM (p, p_cb->loc_auth_req); in smp_build_pairing_cmd()
426 UINT8_TO_STREAM (p, p_cb->loc_enc_size); in smp_build_pairing_cmd()
427 UINT8_TO_STREAM (p, p_cb->local_i_key); in smp_build_pairing_cmd()
428 UINT8_TO_STREAM (p, p_cb->local_r_key); in smp_build_pairing_cmd()
455 UINT8_TO_STREAM (p, SMP_OPCODE_CONFIRM); in smp_build_confirm_cmd()
482 UINT8_TO_STREAM (p, SMP_OPCODE_RAND); in smp_build_rand_cmd()
508 UINT8_TO_STREAM (p, SMP_OPCODE_ENCRYPT_INFO); in smp_build_encrypt_info_cmd()
[all …]
Dsmp_keys.c516 UINT8_TO_STREAM(p, op_code); in smp_concatenate_local()
517 UINT8_TO_STREAM(p, p_cb->local_io_capability); in smp_concatenate_local()
518 UINT8_TO_STREAM(p, p_cb->loc_oob_flag); in smp_concatenate_local()
519 UINT8_TO_STREAM(p, p_cb->loc_auth_req); in smp_concatenate_local()
520 UINT8_TO_STREAM(p, p_cb->loc_enc_size); in smp_concatenate_local()
521 UINT8_TO_STREAM(p, p_cb->local_i_key); in smp_concatenate_local()
522 UINT8_TO_STREAM(p, p_cb->local_r_key); in smp_concatenate_local()
536 UINT8_TO_STREAM(p, op_code); in smp_concatenate_peer()
537 UINT8_TO_STREAM(p, p_cb->peer_io_caps); in smp_concatenate_peer()
538 UINT8_TO_STREAM(p, p_cb->peer_oob_flag); in smp_concatenate_peer()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c55 UINT8_TO_STREAM (p, op_code); in attp_build_mtu_cmd()
83 UINT8_TO_STREAM (p, op_code); in attp_build_exec_write_cmd()
87 UINT8_TO_STREAM (p, flag); in attp_build_exec_write_cmd()
113 UINT8_TO_STREAM (p, GATT_RSP_ERROR); in attp_build_err_cmd()
114 UINT8_TO_STREAM (p, cmd_code); in attp_build_err_cmd()
116 UINT8_TO_STREAM (p, reason); in attp_build_err_cmd()
146 UINT8_TO_STREAM (p, op_code); in attp_build_browse_cmd()
175 UINT8_TO_STREAM (p, GATT_REQ_FIND_TYPE_VALUE); in attp_build_read_by_type_value_cmd()
211 UINT8_TO_STREAM (p, op_code); in attp_build_read_multi_cmd()
240 UINT8_TO_STREAM (p, op_code); in attp_build_handle_cmd()
[all …]
Dgatt_sr_hash.c133 UINT8_TO_STREAM(p_data, p_attr->p_value->char_decl.property); in fill_database_info()
Dgatt_auth.c59 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
Dgatt_db.c248 UINT8_TO_STREAM(p, p_attr16->p_value->char_decl.property); in read_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c462 UINT8_TO_STREAM (p, cmd); in l2cu_build_header()
463 UINT8_TO_STREAM (p, id); in l2cu_build_header()
698 UINT8_TO_STREAM (p, L2CAP_CFG_TYPE_MTU); in l2cu_send_peer_config_req()
699 UINT8_TO_STREAM (p, L2CAP_CFG_MTU_OPTION_LEN); in l2cu_send_peer_config_req()
703 UINT8_TO_STREAM (p, L2CAP_CFG_TYPE_FLUSH_TOUT); in l2cu_send_peer_config_req()
704 UINT8_TO_STREAM (p, L2CAP_CFG_FLUSH_OPTION_LEN); in l2cu_send_peer_config_req()
708 UINT8_TO_STREAM (p, L2CAP_CFG_TYPE_QOS); in l2cu_send_peer_config_req()
709 UINT8_TO_STREAM (p, L2CAP_CFG_QOS_OPTION_LEN); in l2cu_send_peer_config_req()
710 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags); in l2cu_send_peer_config_req()
711 UINT8_TO_STREAM (p, p_cfg->qos.service_type); in l2cu_send_peer_config_req()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c542 UINT8_TO_STREAM(pp, p_rsp->ba_level); in Battery_Rsp()
556 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_id); in Battery_Rsp()
557 UINT8_TO_STREAM(pp, p_rsp->rpt_ref.rpt_type); in Battery_Rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4147 UINT8_TO_STREAM(p, local_name_len + 1); in bta_dm_set_eir()
4148 UINT8_TO_STREAM(p, data_type); in bta_dm_set_eir()
4172 UINT8_TO_STREAM(p, num_uuid * LEN_UUID_16 + 1); in bta_dm_set_eir()
4173 UINT8_TO_STREAM(p, data_type); in bta_dm_set_eir()
4212 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_16 + 1); in bta_dm_set_eir()
4213 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
4244 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_32 + 1); in bta_dm_set_eir()
4245 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
4274 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_128 + 1); in bta_dm_set_eir()
4275 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c179 UINT8_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id_src); in dis_s_read_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c565 UINT8_TO_STREAM(p, nosp); in avct_lcb_send_msg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c256 UINT8_TO_STREAM(p, p_db_attr->attr_value.addr_resolution); in gap_read_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h235 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1827 UINT8_TO_STREAM(pp, p_rpt->rpt_id); in bta_hh_le_proc_get_rpt_cmpl()