Home
last modified time | relevance | path

Searched refs:tHCI_MODE (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dhci_mode.h28 } tHCI_MODE; typedef
30 inline std::string hci_mode_text(const tHCI_MODE& mode) { in hci_mode_text()
Dacl_hci_link_interface.h48 tHCI_MODE mode, uint16_t interval);
69 tHCI_MODE current_mode, uint16_t interval);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl_btm_pm.cc83 tHCI_MODE /* current_mode */, in btm_pm_on_mode_change() argument
99 tHCI_MODE /* hci_mode */, in btm_pm_proc_mode_change() argument
/packages/modules/Bluetooth/system/stack/acl/
Dacl.h124 tHCI_MODE hci_mode, uint16_t interval);
251 tHCI_MODE hci_mode,
Dbtm_pm.cc704 tHCI_MODE hci_mode, uint16_t interval) { in btm_pm_proc_mode_change()
941 tHCI_MODE current_mode, uint16_t interval) { in btm_pm_on_mode_change()
/packages/modules/Bluetooth/system/main/shim/
Dhelpers.h244 inline tHCI_MODE ToLegacyHciMode(const hci::Mode& mode) { in ToLegacyHciMode()
245 return static_cast<tHCI_MODE>(mode); in ToLegacyHciMode()
Dacl_legacy_interface.h69 tHCI_MODE current_mode, uint16_t interval);
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1218 static_cast<tHCI_MODE>(current_mode), interval); in btu_hcif_mode_change_evt()