HomeSort by relevance Sort by last modified time
    Searched refs:pm_pend_link (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 240 || ((pm_id == BTM_PM_SET_ONLY_ID) && (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) )
252 BTM_TRACE_DEBUG( "btm_pm state:0x%x, pm_pend_link: %d", p_cb->state, btm_cb.pm_pend_link);
257 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS) ) /* command pending */
259 if(acl_ind != btm_cb.pm_pend_link)
379 if(cb != NULL && btm_cb.pm_pend_link < MAX_L2CAP_LINKS)
380 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0);
383 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
624 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
640 btm_cb.pm_pend_link = link_ind
    [all...]
btm_int.h 828 UINT8 pm_pend_link; \/* the index of acl_db, which has a pending PM cmd *\/ member in struct:__anon5889
    [all...]

Completed in 45 milliseconds