Searched refs:pm_pend_link_hdl (Results 1 – 2 of 2) sorted by relevance
230 && (btm_cb.pm_pend_link_hdl != BTM_INVALID_HANDLE)) ) { in BTM_SetPowerMode()241 … BTM_TRACE_DEBUG( "btm_pm state:0x%x, pm_pend_link_hdl: %d", p_cb->state, btm_cb.pm_pend_link_hdl); in BTM_SetPowerMode()246 (btm_cb.pm_pend_link_hdl != BTM_INVALID_HANDLE) || in BTM_SetPowerMode()248 if (p_acl_cb->hci_handle != btm_cb.pm_pend_link_hdl) { in BTM_SetPowerMode()367 if (cb != NULL && btm_cb.pm_pend_link_hdl != BTM_INVALID_HANDLE) { in btm_pm_reset()368 …(*cb)((btm_handle_to_acl(btm_cb.pm_pend_link_hdl))->remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, … in btm_pm_reset()372 btm_cb.pm_pend_link_hdl = BTM_INVALID_HANDLE; in btm_pm_reset()593 btm_cb.pm_pend_link_hdl = BTM_INVALID_HANDLE; in btm_pm_snd_md_req()608 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req()613 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req()[all …]
860 UINT16 pm_pend_link_hdl; /* the index of acl_db, which has a pending PM cmd */ member