Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dle_connection_management_callbacks.h36 …OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time) = 0;
Dle_acl_connection.cc56 …LengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time) override { in OnDataLengthChange() argument
57 SAVE_OR_CALL(OnDataLengthChange, tx_octets, tx_time, rx_octets, rx_time) in OnDataLengthChange()
/system/bt/gd/l2cap/le/
Dlink_property_listener.h73 …ressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time) {} in OnDataLengthChange() argument
/system/bt/gd/l2cap/le/internal/
Dlink.cc90 …k::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time) { in OnDataLengthChange() argument
91 …NFO("tx_octets %hx tx_time %hx rx_octets %hx rx_time %hx", tx_octets, tx_time, rx_octets, rx_time); in OnDataLengthChange()
Dlink.h85 …aLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time) override;
/system/bt/main/shim/
Dacl_legacy_interface.h116 uint16_t rx_octets, uint16_t rx_time);
Dacl.cc626 uint16_t rx_octets, uint16_t rx_time) { in OnDataLengthChange() argument
628 rx_octets, rx_time); in OnDataLengthChange()
Dl2c_api.cc602 uint16_t rx_time) override { in OnDataLengthChange()
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.cc277 …LengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time) override { in OnDataLengthChange() argument
279 …s: 0x%hx, tx_time: 0x%hx, rx_octets 0x%hx, rx_time 0x%hx", tx_octets, tx_time, rx_octets, rx_time); in OnDataLengthChange()
/system/bt/stack/include/
Dbtm_ble_api_types.h486 tBTM_BLE_RX_TIME_MS rx_time,
/system/bt/include/hardware/
Dbluetooth.h151 uint64_t rx_time; /* in ms */ member
/system/bt/bta/include/
Dbta_api.h482 tBTM_BLE_RX_TIME_MS rx_time,
/system/bt/btif/src/
Dbtif_dm.cc1794 tBTM_BLE_RX_TIME_MS rx_time, in bta_energy_info_cb() argument
1802 status, ctrl_state, tx_time, rx_time, idle_time, energy_used); in bta_energy_info_cb()
1807 energy_info.rx_time = rx_time; in bta_energy_info_cb()
/system/bt/bta/dm/
Dbta_dm_act.cc3729 tBTM_BLE_RX_TIME_MS rx_time, in bta_ble_energy_info_cmpl() argument
3739 bta_dm_cb.p_energy_info_cback(tx_time, rx_time, idle_time, energy_used, in bta_ble_energy_info_cmpl()
/system/bt/gd/hci/
Dacl_manager_test.cc670 …ataLengthChange, void(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time));