Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.cc205 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS))) { in BTM_SetPowerMode()
218 btm_cb.pm_pend_link); in BTM_SetPowerMode()
222 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) { in BTM_SetPowerMode()
224 if (acl_ind != btm_cb.pm_pend_link) { in BTM_SetPowerMode()
364 if (cb != NULL && btm_cb.pm_pend_link < MAX_L2CAP_LINKS) in btm_pm_reset()
365 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, in btm_pm_reset()
369 btm_cb.pm_pend_link = MAX_L2CAP_LINKS; in btm_pm_reset()
593 btm_cb.pm_pend_link = MAX_L2CAP_LINKS; in btm_pm_snd_md_req()
610 btm_cb.pm_pend_link = link_ind; in btm_pm_snd_md_req()
614 btm_cb.pm_pend_link = link_ind; in btm_pm_snd_md_req()
[all …]
Dbtm_int_types.h709 uint8_t pm_pend_link; /* the index of acl_db, which has a pending PM cmd */ member