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

  /system/bt/stack/btm/
btm_pm.c 233 || ((pm_id == BTM_PM_SET_ONLY_ID) && (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) )
245 BTM_TRACE_DEBUG( "btm_pm state:0x%x, pm_pend_link: %d", p_cb->state, btm_cb.pm_pend_link);
250 (btm_cb.pm_pend_link != MAX_L2CAP_LINKS) ) /* command pending */
252 if(acl_ind != btm_cb.pm_pend_link)
401 if(cb != NULL && btm_cb.pm_pend_link < MAX_L2CAP_LINKS)
402 (*cb)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0);
405 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
646 btm_cb.pm_pend_link = MAX_L2CAP_LINKS;
665 btm_cb.pm_pend_link = link_ind
    [all...]
btm_int.h 803 UINT8 pm_pend_link; \/* the index of acl_db, which has a pending PM cmd *\/ member in struct:__anon72483
    [all...]

Completed in 367 milliseconds