Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c359 if ( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && in btm_pm_reset()
360 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) ) { in btm_pm_reset()
361 cb = btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback; in btm_pm_reset()
597 btm_cb.pm_pend_id = pm_id; in btm_pm_snd_md_req()
728 if ( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && in btm_pm_proc_cmd_status()
729 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) ) { in btm_pm_proc_cmd_status()
730 (*btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback)(p_acl_cb->remote_addr, pm_status, 0, status); in btm_pm_proc_cmd_status()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h846 UINT8 pm_pend_id; /* the id pf the module, which has a pending PM cmd */ member