Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/
Dlink_property_listener.h79 …virtual void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t… in OnModeChange() function
/system/bt/gd/hci/acl_manager/
Dconnection_management_callbacks.h41 virtual void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) = 0;
Dclassic_acl_connection.cc71 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange() function in bluetooth::hci::acl_manager::AclConnectionTracker
72 SAVE_OR_CALL(OnModeChange, status, current_mode, interval) in OnModeChange()
Dclassic_impl.h458 callbacks->OnModeChange( in on_mode_change()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.h87 …void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t interva…
Dlink_manager.cc416 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange() function in bluetooth::l2cap::classic::internal::LinkManager
419 … link_property_listener_, &LinkPropertyListener::OnModeChange, hci_status, remote, mode, interval); in OnModeChange()
Dlink.cc343 void Link::OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) { in OnModeChange() function in bluetooth::l2cap::classic::internal::Link
344 link_manager_->OnModeChange(status, GetDevice().GetAddress(), current_mode, interval); in OnModeChange()
Dlink.h159 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override;
/system/bt/gd/hci/
Dacl_manager_test.cc496 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
1034 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::HOLD, 0x… in TEST_F()
1049 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::SNIFF, 0… in TEST_F()
1060 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::ACTIVE, … in TEST_F()
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc424 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/system/bt/main/shim/
Dacl.cc419 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, in OnModeChange() function in ClassicShimAclConnection
Dl2c_api.cc448 void OnModeChange(hci::ErrorCode error_code, hci::Address remote, in OnModeChange() function