Searched refs:hci_mode (Results 1 – 6 of 6) sorted by relevance
/system/bt/test/mock/ |
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() 154 body(status, handle, hci_mode, interval); in operator()
|
D | mock_main_shim_link_policy.cc | 98 tHCI_MODE hci_mode, in btm_pm_on_mode_change() argument 102 hci_mode, interval); in btm_pm_on_mode_change()
|
D | mock_stack_acl_btm_pm.cc | 95 tHCI_MODE hci_mode, uint16_t interval) { in btm_pm_proc_mode_change() argument
|
/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() argument 717 tBTM_PM_STATUS mode = static_cast<tBTM_PM_STATUS>(hci_mode); in btm_pm_proc_mode_change()
|
/system/bt/main/shim/ |
D | link_policy.cc | 173 tHCI_MODE hci_mode, in btm_pm_on_mode_change() argument 175 tBTM_PM_MODE new_mode = HCI_TO_BTM_POWER_MODE(hci_mode); in btm_pm_on_mode_change()
|