Home
last modified time | relevance | path

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

/system/bt/test/mock/
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()
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()
Dmock_main_shim_link_policy.cc98 tHCI_MODE hci_mode, in btm_pm_on_mode_change()
/system/bt/stack/include/
Dacl_hci_link_interface.h48 tHCI_MODE mode, uint16_t interval);
75 tHCI_MODE current_mode, uint16_t interval);
Dhcidefs.h707 } tHCI_MODE; typedef
709 inline std::string hci_mode_text(const tHCI_MODE& mode) { in hci_mode_text()
/system/bt/main/shim/
Dlink_policy.h40 tHCI_MODE current_mode, uint16_t interval);
Dlink_policy.cc42 tHCI_MODE mode, uint16_t interval);
173 tHCI_MODE hci_mode, in btm_pm_on_mode_change()
Dhelpers.h238 inline tHCI_MODE ToLegacyHciMode(const hci::Mode& mode) { in ToLegacyHciMode()
239 return static_cast<tHCI_MODE>(mode); in ToLegacyHciMode()
Dacl_legacy_interface.h73 tHCI_MODE current_mode, uint16_t interval);
/system/bt/stack/acl/
Dacl.h123 tHCI_MODE hci_mode, uint16_t interval);
248 tHCI_MODE hci_mode,
326 tHCI_MODE hci_mode,
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()
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc449 tHCI_MODE current_mode, in btm_pm_on_mode_change()
/system/bt/stack/btu/
Dbtu_hcif.cc1598 static_cast<tHCI_MODE>(current_mode), interval); in btu_hcif_mode_change_evt()