Home
last modified time | relevance | path

Searched defs:current_mode (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc941 tHCI_MODE current_mode, uint16_t interval) { in btm_pm_on_mode_change()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc356 void Link::OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) { in OnModeChange()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc445 void OnModeChange(ErrorCode /* status */, Mode current_mode, uint16_t interval) override { in OnModeChange()
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1208 uint8_t current_mode; in btu_hcif_mode_change_evt() local
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc76 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc569 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, in OnModeChange()