Home
last modified time | relevance | path

Searched refs:tBTM_PM_MCB (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc63 std::unordered_map<uint16_t /* handle */, tBTM_PM_MCB> pm_mode_db;
65 tBTM_PM_MCB* btm_pm_get_power_manager_from_address(const RawAddress& bda) { in btm_pm_get_power_manager_from_address()
294 tBTM_PM_MCB* p_mcb = btm_pm_get_power_manager_from_address(remote_bda); in BTM_ReadPowerMode()
323 tBTM_PM_MCB* p_cb = btm_pm_get_power_manager_from_address(remote_bda); in BTM_SetSsrParams()
461 static tBTM_PM_MODE btm_pm_get_set_mode(uint8_t pm_id, tBTM_PM_MCB* p_cb, in btm_pm_get_set_mode()
518 tBTM_PM_MCB* p_cb = &pm_mode_db[handle]; in btm_pm_snd_md_req()
661 tBTM_PM_MCB* p_cb = &pm_mode_db[pm_pend_link]; in btm_pm_proc_cmd_status()
712 tBTM_PM_MCB* p_cb = &pm_mode_db[hci_handle]; in btm_pm_proc_mode_change()
774 tBTM_PM_MCB* p_cb = &pm_mode_db[handle]; in process_ssr_event()
Dacl.h156 struct tBTM_PM_MCB { struct