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

  /system/bt/stack/btm/
btm_pm.c 203 p_cb = &(btm_cb.pm_mode_db[acl_ind]);
291 *p_mode = btm_cb.pm_mode_db[acl_ind].state;
323 *pmState = btm_cb.pm_mode_db[acl_ind].state;
355 if(BTM_PM_STS_ACTIVE == btm_cb.pm_mode_db[acl_ind].state ||
356 BTM_PM_STS_SNIFF == btm_cb.pm_mode_db[acl_ind].state)
364 p_cb = &btm_cb.pm_mode_db[acl_ind];
420 tBTM_PM_MCB *p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */
452 BTM_TRACE_DEBUG( "btm_pm_find_acl_ind ind:%d, st:%d", xx, btm_cb.pm_mode_db[xx].state);
609 tBTM_PM_MCB *p_cb = &btm_cb.pm_mode_db[link_ind];
737 if(btm_cb.pm_mode_db[xx].state & BTM_PM_STORED_MASK
    [all...]
btm_int.h 801 tBTM_PM_MCB pm_mode_db[MAX_L2CAP_LINKS]; \/* per ACL link *\/ member in struct:__anon72483
    [all...]

Completed in 35 milliseconds