Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_main_shim_link_policy.h148 std::function<void(tHCI_STATUS status, uint16_t handle, tHCI_MODE hci_mode,
150 body{[](tHCI_STATUS status, uint16_t handle, tHCI_MODE hci_mode,
152 void operator()(tHCI_STATUS status, uint16_t handle, tHCI_MODE hci_mode, in operator()
H A Dmock_stack_acl_btm_pm.cc81 tHCI_MODE current_mode, uint16_t interval) { in btm_pm_on_mode_change()
95 tHCI_MODE hci_mode, uint16_t interval) { in btm_pm_proc_mode_change()
H A Dmock_main_shim_link_policy.cc98 tHCI_MODE hci_mode, in btm_pm_on_mode_change()
/aosp12/system/bt/stack/include/
H A Dacl_hci_link_interface.h48 tHCI_MODE mode, uint16_t interval);
75 tHCI_MODE current_mode, uint16_t interval);
H A Dhcidefs.h707 } tHCI_MODE; typedef
709 inline std::string hci_mode_text(const tHCI_MODE& mode) { in hci_mode_text()
/aosp12/system/bt/stack/acl/
H A Dacl.h123 tHCI_MODE hci_mode, uint16_t interval);
248 tHCI_MODE hci_mode,
326 tHCI_MODE hci_mode,
H A Dbtm_pm.cc716 tHCI_MODE hci_mode, uint16_t interval) { in btm_pm_proc_mode_change()
911 tHCI_MODE current_mode, uint16_t interval) { in btm_pm_on_mode_change()
/aosp12/system/bt/main/shim/
H A Dlink_policy.h40 tHCI_MODE current_mode, uint16_t interval);
H A Dlink_policy.cc42 tHCI_MODE mode, uint16_t interval);
173 tHCI_MODE hci_mode, in btm_pm_on_mode_change()
H A Dhelpers.h238 inline tHCI_MODE ToLegacyHciMode(const hci::Mode& mode) { in ToLegacyHciMode()
239 return static_cast<tHCI_MODE>(mode); in ToLegacyHciMode()
H A Dacl_legacy_interface.h73 tHCI_MODE current_mode, uint16_t interval);
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc449 tHCI_MODE current_mode, in btm_pm_on_mode_change()
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc1598 static_cast<tHCI_MODE>(current_mode), interval); in btu_hcif_mode_change_evt()