Searched refs:tHCI_MODE (Results 1 – 13 of 13) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_acl_btm_pm.cc | 81 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()
|
D | mock_main_shim_link_policy.h | 148 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()
|
D | mock_main_shim_link_policy.cc | 98 tHCI_MODE hci_mode, in btm_pm_on_mode_change()
|
/system/bt/stack/include/ |
D | acl_hci_link_interface.h | 48 tHCI_MODE mode, uint16_t interval); 75 tHCI_MODE current_mode, uint16_t interval);
|
D | hcidefs.h | 707 } tHCI_MODE; typedef 709 inline std::string hci_mode_text(const tHCI_MODE& mode) { in hci_mode_text()
|
/system/bt/main/shim/ |
D | link_policy.h | 40 tHCI_MODE current_mode, uint16_t interval);
|
D | link_policy.cc | 42 tHCI_MODE mode, uint16_t interval); 173 tHCI_MODE hci_mode, in btm_pm_on_mode_change()
|
D | helpers.h | 238 inline tHCI_MODE ToLegacyHciMode(const hci::Mode& mode) { in ToLegacyHciMode() 239 return static_cast<tHCI_MODE>(mode); in ToLegacyHciMode()
|
D | acl_legacy_interface.h | 73 tHCI_MODE current_mode, uint16_t interval);
|
/system/bt/stack/acl/ |
D | acl.h | 123 tHCI_MODE hci_mode, uint16_t interval); 248 tHCI_MODE hci_mode, 326 tHCI_MODE hci_mode,
|
D | btm_pm.cc | 716 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/ |
D | mock_main_shim_btm_api.cc | 449 tHCI_MODE current_mode, in btm_pm_on_mode_change()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 1598 static_cast<tHCI_MODE>(current_mode), interval); in btu_hcif_mode_change_evt()
|