Searched refs:tHCI_MODE (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | hci_mode.h | 28 } tHCI_MODE; typedef 30 inline std::string hci_mode_text(const tHCI_MODE& mode) { in hci_mode_text()
|
D | acl_hci_link_interface.h | 48 tHCI_MODE mode, uint16_t interval); 69 tHCI_MODE current_mode, uint16_t interval);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_acl_btm_pm.cc | 83 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/ |
D | acl.h | 124 tHCI_MODE hci_mode, uint16_t interval); 251 tHCI_MODE hci_mode,
|
D | btm_pm.cc | 704 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/ |
D | helpers.h | 244 inline tHCI_MODE ToLegacyHciMode(const hci::Mode& mode) { in ToLegacyHciMode() 245 return static_cast<tHCI_MODE>(mode); in ToLegacyHciMode()
|
D | acl_legacy_interface.h | 69 tHCI_MODE current_mode, uint16_t interval);
|
/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 1218 static_cast<tHCI_MODE>(current_mode), interval); in btu_hcif_mode_change_evt()
|