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) ) { /* command pending */ in BTM_SetPowerMode()247 if (p_acl_cb->hci_handle != btm_cb.pm_pend_link_hdl) { in BTM_SetPowerMode()370 if (cb != NULL && btm_cb.pm_pend_link_hdl != BTM_INVALID_HANDLE) { in btm_pm_reset()371 …(*cb)((btm_handle_to_acl(btm_cb.pm_pend_link_hdl))->remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, … in btm_pm_reset()375 btm_cb.pm_pend_link_hdl = BTM_INVALID_HANDLE; in btm_pm_reset()594 btm_cb.pm_pend_link_hdl = BTM_INVALID_HANDLE; in btm_pm_snd_md_req()609 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req()614 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req()[all …]
845 UINT16 pm_pend_link_hdl; /* the index of acl_db, which has a pending PM cmd */ member