Searched refs:OnLeSubrateChange (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection_test.cc | 89 OnLeSubrateChange, 232 EXPECT_CALL(callbacks_, OnLeSubrateChange).Times(0); in TEST_F() 243 EXPECT_CALL(callbacks_, OnLeSubrateChange(ErrorCode::UNKNOWN_HCI_COMMAND, 0, 0, 0, 0)); in TEST_F()
|
D | le_acl_connection.cc | 80 void OnLeSubrateChange( in OnLeSubrateChange() function in bluetooth::hci::acl_manager::LeAclConnectionTracker 87 …OnLeSubrateChange, hci_status, subrate_factor, peripheral_latency, continuation_number, supervisio… in OnLeSubrateChange() 206 pimpl_->tracker.OnLeSubrateChange(hci_status, 0, 0, 0, 0); in OnLeSubrateRequestStatus()
|
D | le_connection_management_callbacks.h | 39 virtual void OnLeSubrateChange(
|
D | le_connection_management_callbacks_mock.h | 63 OnLeSubrateChange,
|
D | le_impl_test.cc | 269 OnLeSubrateChange, 1112 …EXPECT_CALL(connection_management_callbacks_, OnLeSubrateChange(ErrorCode::SUCCESS, 0x01, 0x02, 0x… in TEST_F()
|
D | le_impl.h | 641 callbacks->OnLeSubrateChange( in on_le_subrate_change()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | link.h | 100 void OnLeSubrateChange(
|
D | link.cc | 132 void Link::OnLeSubrateChange( in OnLeSubrateChange() function in bluetooth::l2cap::le::internal::Link
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 407 void OnLeSubrateChange( in OnLeSubrateChange() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 484 OnLeSubrateChange,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 834 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() function in LeShimAclConnection
|