Home
last modified time | relevance | path

Searched refs:pm_mode_db (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_pm.c203 p_cb = &(btm_cb.pm_mode_db[acl_ind]); in BTM_SetPowerMode()
291 *p_mode = btm_cb.pm_mode_db[acl_ind].state; in BTM_ReadPowerMode()
323 *pmState = btm_cb.pm_mode_db[acl_ind].state; in btm_read_power_mode_state()
355 if(BTM_PM_STS_ACTIVE == btm_cb.pm_mode_db[acl_ind].state || in BTM_SetSsrParams()
356 BTM_PM_STS_SNIFF == btm_cb.pm_mode_db[acl_ind].state) in BTM_SetSsrParams()
364 p_cb = &btm_cb.pm_mode_db[acl_ind]; in BTM_SetSsrParams()
420 tBTM_PM_MCB *p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */ in btm_pm_sm_alloc()
452 BTM_TRACE_DEBUG( "btm_pm_find_acl_ind ind:%d, st:%d", xx, btm_cb.pm_mode_db[xx].state); in btm_pm_find_acl_ind()
609 tBTM_PM_MCB *p_cb = &btm_cb.pm_mode_db[link_ind]; in btm_pm_snd_md_req()
737 if(btm_cb.pm_mode_db[xx].state & BTM_PM_STORED_MASK) in btm_pm_check_stored()
[all …]
Dbtm_int.h801 tBTM_PM_MCB pm_mode_db[MAX_L2CAP_LINKS]; /* per ACL link */ member