Home
last modified time | relevance | path

Searched refs:OnDataLengthChange (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dlink_property_listener.h74 virtual void OnDataLengthChange( in OnDataLengthChange() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_connection_management_callbacks.h33 …virtual void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t…
Dle_connection_management_callbacks_mock.h42 OnDataLengthChange,
Dle_acl_connection.cc62 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange() function in bluetooth::hci::acl_manager::LeAclConnectionTracker
63 SAVE_OR_CALL(OnDataLengthChange, tx_octets, tx_time, rx_octets, rx_time) in OnDataLengthChange()
Dle_acl_connection_test.cc72 virtual void OnDataLengthChange( in OnDataLengthChange() function in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeConnectionManagementCallbacks
Dle_impl_test.cc255 OnDataLengthChange,
1130 EXPECT_CALL(connection_management_callbacks_, OnDataLengthChange(_, _, _, _)) in TEST_F()
Dle_impl.h601 callbacks->OnDataLengthChange( in on_data_length_change()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.h91 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time…
Dlink.cc106 void Link::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange() function in bluetooth::l2cap::le::internal::Link
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc376 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc477 …MOCK_METHOD4(OnDataLengthChange, void(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, ui…
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc829 void OnDataLengthChange(uint16_t max_tx_octets, uint16_t max_tx_time, in OnDataLengthChange() function in LeShimAclConnection