Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c240 || ((pm_id == BTM_PM_SET_ONLY_ID) && (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) ) in BTM_SetPowerMode()
252 BTM_TRACE_DEBUG2( "btm_pm state:0x%x, pm_pend_link: %d", p_cb->state, btm_cb.pm_pend_link); in BTM_SetPowerMode()
257 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS) ) /* command pending */ in BTM_SetPowerMode()
259 if(acl_ind != btm_cb.pm_pend_link) in BTM_SetPowerMode()
373 btm_cb.pm_pend_link = MAX_L2CAP_LINKS; in btm_pm_reset()
382 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0); in btm_pm_reset()
619 btm_cb.pm_pend_link = MAX_L2CAP_LINKS; in btm_pm_snd_md_req()
635 btm_cb.pm_pend_link = link_ind; in btm_pm_snd_md_req()
641 btm_cb.pm_pend_link = link_ind; in btm_pm_snd_md_req()
654 btm_cb.pm_pend_link = link_ind; in btm_pm_snd_md_req()
[all …]
Dbtm_int.h785 UINT8 pm_pend_link; /* the index of acl_db, which has a pending PM cmd */ member