Searched refs:STREAM_TO_UINT32 (Results 1 – 18 of 18) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_cont_energy.c | 57 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()
|
D | btm_devctl.c | 712 STREAM_TO_UINT32(length, p); in btm_vsc_complete()
|
D | btm_inq.c | 2646 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()
|
D | btm_sec.c | 3536 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()
|
D | btm_ble_gap.c | 3745 STREAM_TO_UINT32 (num_dis, p); in btm_ble_process_adv_discard_evt()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_main.c | 525 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 …]
|
D | l2c_fcr.c | 2172 STREAM_TO_UINT32(timestamp, p); in l2c_fcr_collect_ack_delay()
|
/device/board/unionman/unionpi_tiger/hardware/bt/include/ |
D | rtk_common.h | 40 #define STREAM_TO_UINT32(u32, p) … macro
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/ |
D | rtk_common.h | 40 #define STREAM_TO_UINT32(u32, p) … macro
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | hardware.c | 246 STREAM_TO_UINT32(entry->patch_offset, p); in rtk_get_patch_entry()
|
D | hardware_uart.c | 748 STREAM_TO_UINT32(baudrate, p); in rtk_parse_config_file()
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | hardware.c | 208 STREAM_TO_UINT32(entry->patch_offset, p); in rtk_get_patch_entry()
|
D | hardware_uart.c | 713 STREAM_TO_UINT32(baudrate, p); in rtk_parse_config_file()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 874 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/ |
D | gatt_auth.c | 116 STREAM_TO_UINT32(counter, p); in gatt_verify_signature()
|
D | gatt_utils.c | 1238 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/ |
D | bt_types.h | 249 #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/ |
D | smp_keys.c | 256 STREAM_TO_UINT32(passkey, pp); in smp_proc_passkey() 1413 STREAM_TO_UINT32(vres, p); in smp_calculate_g2()
|