Searched defs:OnModeChange (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ | ||
D | classic_acl_connection_test.cc | 198 void OnModeChange(hci::ErrorCode /* status */, hci::Mode /* current_mode */, in OnModeChange() function in TestConnectionManagementCallbacks |
D | classic_acl_connection.cc | 78 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange() function in bluetooth::hci::acl_manager::AclConnectionTracker |
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/ | ||
D | acl_manager_facade.cc | 441 void OnModeChange(ErrorCode /* status */, Mode current_mode, uint16_t interval) override { in OnModeChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection |
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ | ||
D | acl.cc | 587 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override { in OnModeChange() function in ClassicShimAclConnection |