Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_cont_energy.c57 STREAM_TO_UINT32(total_tx_time, p); in btm_ble_cont_energy_cmpl_cback()
58 STREAM_TO_UINT32(total_rx_time, p); in btm_ble_cont_energy_cmpl_cback()
59 STREAM_TO_UINT32(total_idle_time, p); in btm_ble_cont_energy_cmpl_cback()
60 STREAM_TO_UINT32(total_energy_used, p); in btm_ble_cont_energy_cmpl_cback()
Dbtm_devctl.c712 STREAM_TO_UINT32(length, p); in btm_vsc_complete()
Dbtm_inq.c2646 STREAM_TO_UINT32(*(p_uuid32 + yy), p_uuid_data); in BTM_GetEirUuidList()
2744 STREAM_TO_UINT32 (uuid32, p_uuid); in btm_convert_uuid_to_uuid16()
Dbtm_sec.c3536 STREAM_TO_UINT32 (evt_data.cfm_req.num_val, p); in btm_proc_sp_req_evt()
3562 STREAM_TO_UINT32 (evt_data.key_notif.passkey, p); in btm_proc_sp_req_evt()
Dbtm_ble_gap.c3745 STREAM_TO_UINT32 (num_dis, p); in btm_ble_process_adv_discard_evt()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c525 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
526 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd()
527 STREAM_TO_UINT32 (cfg_info.qos.peak_bandwidth, p); in process_l2cap_cmd()
528 STREAM_TO_UINT32 (cfg_info.qos.latency, p); in process_l2cap_cmd()
529 STREAM_TO_UINT32 (cfg_info.qos.delay_variation, p); in process_l2cap_cmd()
552 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.sdu_inter_time, p); in process_l2cap_cmd()
553 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.access_latency, p); in process_l2cap_cmd()
554 STREAM_TO_UINT32 (cfg_info.ext_flow_spec.flush_timeout, p); in process_l2cap_cmd()
616 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
617 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p); in process_l2cap_cmd()
[all …]
Dl2c_fcr.c2172 STREAM_TO_UINT32(timestamp, p); in l2c_fcr_collect_ack_delay()
/device/board/unionman/unionpi_tiger/hardware/bt/include/
Drtk_common.h40 #define STREAM_TO_UINT32(u32, p) … macro
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Drtk_common.h40 #define STREAM_TO_UINT32(u32, p) … macro
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhardware.c246 STREAM_TO_UINT32(entry->patch_offset, p); in rtk_get_patch_entry()
Dhardware_uart.c748 STREAM_TO_UINT32(baudrate, p); in rtk_parse_config_file()
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dhardware.c208 STREAM_TO_UINT32(entry->patch_offset, p); in rtk_get_patch_entry()
Dhardware_uart.c713 STREAM_TO_UINT32(baudrate, p); in rtk_parse_config_file()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c874 STREAM_TO_UINT32 (flow.token_rate, p); in btu_hcif_qos_setup_comp_evt()
875 STREAM_TO_UINT32 (flow.peak_bandwidth, p); in btu_hcif_qos_setup_comp_evt()
876 STREAM_TO_UINT32 (flow.latency, p); in btu_hcif_qos_setup_comp_evt()
877 STREAM_TO_UINT32 (flow.delay_variation, p); in btu_hcif_qos_setup_comp_evt()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c116 STREAM_TO_UINT32(counter, p); in gatt_verify_signature()
Dgatt_utils.c1238 STREAM_TO_UINT32(p_uuid_rec->uu.uuid32, p_uuid); in gatt_parse_uuid_from_cmd()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h249 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((U… macro
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c256 STREAM_TO_UINT32(passkey, pp); in smp_proc_passkey()
1413 STREAM_TO_UINT32(vres, p); in smp_calculate_g2()