Searched refs:pm_pend_link (Results 1 – 2 of 2) sorted by relevance
211 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS))) { in BTM_SetPowerMode()224 btm_cb.pm_pend_link); in BTM_SetPowerMode()228 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) { in BTM_SetPowerMode()230 if (acl_ind != btm_cb.pm_pend_link) { in BTM_SetPowerMode()370 if (cb != NULL && btm_cb.pm_pend_link < MAX_L2CAP_LINKS) in btm_pm_reset()371 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, in btm_pm_reset()375 btm_cb.pm_pend_link = MAX_L2CAP_LINKS; in btm_pm_reset()599 btm_cb.pm_pend_link = MAX_L2CAP_LINKS; in btm_pm_snd_md_req()616 btm_cb.pm_pend_link = link_ind; in btm_pm_snd_md_req()620 btm_cb.pm_pend_link = link_ind; in btm_pm_snd_md_req()[all …]
755 uint8_t pm_pend_link; /* the index of acl_db, which has a pending PM cmd */ member