/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | le_acl_connection.cc | 56 …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 57 SAVE_OR_CALL(OnDataLengthChange, tx_octets, tx_time, rx_octets, rx_time) in OnDataLengthChange()
|
H A D | le_connection_management_callbacks.h | 36 …virtual void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t…
|
H A D | le_impl.h | 331 callbacks->OnDataLengthChange( in on_data_length_change()
|
/aosp12/system/bt/gd/l2cap/le/ |
H A D | link_property_listener.h | 72 virtual void OnDataLengthChange( in OnDataLengthChange() function
|
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | link.h | 85 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time…
|
H A D | link.cc | 90 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
|
/aosp12/system/bt/gd/hci/facade/ |
H A D | le_acl_manager_facade.cc | 277 …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
|
/aosp12/system/bt/main/shim/ |
H A D | acl.cc | 625 void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, in OnDataLengthChange() function in LeShimAclConnection
|
H A D | l2c_api.cc | 600 void OnDataLengthChange(hci::AddressWithType remote, uint16_t tx_octets, in OnDataLengthChange() function
|
/aosp12/system/bt/gd/hci/ |
H A D | acl_manager_test.cc | 670 …MOCK_METHOD4(OnDataLengthChange, void(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, ui…
|