Searched refs:pm_pend_link (Results 1 – 2 of 2) sorted by relevance
205 (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 …]
709 uint8_t pm_pend_link; /* the index of acl_db, which has a pending PM cmd */ member