Home
last modified time | relevance | path

Searched defs:OnModeChange (Results 1 – 7 of 7) 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/l2cap/classic/internal/
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
Dlink.cc343 void Link::OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) { in OnModeChange() function in bluetooth::l2cap::classic::internal::Link
/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/gd/hci/acl_manager/
Dclassic_acl_connection.cc71 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange() function in bluetooth::hci::acl_manager::AclConnectionTracker
/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