Home
last modified time | relevance | path

Searched refs:UINT32_TO_STREAM (Results 1 – 15 of 15) sorted by relevance

/system/bt/stack/hcic/
Dhcicmds.cc450 UINT32_TO_STREAM(pp, transmit_bandwidth); in btsnd_hcic_setup_esco_conn()
451 UINT32_TO_STREAM(pp, receive_bandwidth); in btsnd_hcic_setup_esco_conn()
476 UINT32_TO_STREAM(pp, transmit_bandwidth); in btsnd_hcic_accept_esco_conn()
477 UINT32_TO_STREAM(pp, receive_bandwidth); in btsnd_hcic_accept_esco_conn()
604 UINT32_TO_STREAM(pp, token_rate); in btsnd_hcic_qos_setup()
605 UINT32_TO_STREAM(pp, peak); in btsnd_hcic_qos_setup()
606 UINT32_TO_STREAM(pp, latency); in btsnd_hcic_qos_setup()
607 UINT32_TO_STREAM(pp, delay_var); in btsnd_hcic_qos_setup()
1030 UINT32_TO_STREAM(pp, p_params->transmit_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection()
1031 UINT32_TO_STREAM(pp, p_params->receive_bandwidth); in btsnd_hcic_enhanced_set_up_synchronous_connection()
[all …]
/system/bt/stack/l2cap/
Dl2c_utils.cc597 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
598 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_req()
599 UINT32_TO_STREAM(p, p_cfg->qos.peak_bandwidth); in l2cu_send_peer_config_req()
600 UINT32_TO_STREAM(p, p_cfg->qos.latency); in l2cu_send_peer_config_req()
601 UINT32_TO_STREAM(p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req()
626 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.sdu_inter_time); in l2cu_send_peer_config_req()
627 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.access_latency); in l2cu_send_peer_config_req()
628 UINT32_TO_STREAM(p, p_cfg->ext_flow_spec.flush_timeout); in l2cu_send_peer_config_req()
693 UINT32_TO_STREAM(p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
694 UINT32_TO_STREAM(p, p_cfg->qos.token_bucket_size); in l2cu_send_peer_config_rsp()
[all …]
Dl2c_fcr.cc1807 UINT32_TO_STREAM(p, time_get_os_boottime_ms()); in l2c_fcr_get_next_xmit_sdu_seg()
/system/nfc/src/include/
Dnfc_types.h50 #define UINT32_TO_STREAM(p, u32) \ macro
/system/bt/stack/btm/
Dbtm_ble_batchscan.cc334 UINT32_TO_STREAM(p, scan_window); in btm_ble_set_batchscan_param()
335 UINT32_TO_STREAM(p, scan_interval); in btm_ble_set_batchscan_param()
Dbtm_ble_adv_filter.cc561 UINT32_TO_STREAM(p, uuid.As32Bit()); in BTM_LE_PF_uuid_filter()
578 UINT32_TO_STREAM(p, uuid_mask.As32Bit()); in BTM_LE_PF_uuid_filter()
713 UINT32_TO_STREAM(p, BTM_BLE_PF_SELECT_NONE); in BTM_LE_PF_clear()
Dbtm_ble.cc2204 UINT32_TO_STREAM(pp, p_rec->ble.keys.local_counter); in BTM_BleDataSignature()
2205 UINT32_TO_STREAM(p_mac, p_rec->ble.keys.local_counter); in BTM_BleDataSignature()
/system/bt/stack/include/
Dbt_types.h268 #define UINT32_TO_STREAM(p, u32) \ macro
/system/nfc/src/nfc/tags/
Dce_t3t.cc445 UINT32_TO_STREAM(p_dst, 0); in ce_t3t_handle_check_cmd()
Drw_t3t.cc683 UINT32_TO_STREAM(p, 0); in rw_t3t_send_update_ndef_attribute_cmd()
/system/bt/stack/smp/
Dsmp_act.cc1777 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification()
1780 UINT32_TO_STREAM(p, p_data->passkey); in smp_start_passkey_verification()
Dsmp_utils.cc791 UINT32_TO_STREAM(p, passkey); in smp_convert_string_to_tk()
Dsmp_keys.cc187 UINT32_TO_STREAM(tt, passkey); in smp_proc_passkey()
/system/bt/bta/av/
Dbta_av_aact.cc3096 UINT32_TO_STREAM(p_param, offload_start->codec_type); in bta_av_vendor_offload_start()
3099 UINT32_TO_STREAM(p_param, offload_start->sample_rate); in bta_av_vendor_offload_start()
3102 UINT32_TO_STREAM(p_param, offload_start->encoded_audio_bitrate); in bta_av_vendor_offload_start()
/system/bt/bta/dm/
Dbta_dm_act.cc3397 UINT32_TO_STREAM(p, curr.As32Bit()); in bta_dm_set_eir()