Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c356 if ( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && in btm_pm_reset()
357 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) ) { in btm_pm_reset()
358 cb = btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback; in btm_pm_reset()
596 btm_cb.pm_pend_id = pm_id; in btm_pm_snd_md_req()
727 if ( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && in btm_pm_proc_cmd_status()
728 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) ) { in btm_pm_proc_cmd_status()
729 (*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-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h861 UINT8 pm_pend_id; /* the id pf the module, which has a pending PM cmd */ member