Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c177 tBTM_PM_MCB *p_cb = NULL; /* per ACL link */ in BTM_SetPowerMode()
313 tBTM_PM_MCB *p_cb; in BTM_SetSsrParams()
384 tBTM_PM_MCB *btm_pm_sm_alloc(void) in btm_pm_sm_alloc()
386 tBTM_PM_MCB *p_db = (tBTM_PM_MCB *) osi_malloc(sizeof(tBTM_PM_MCB)); /* per ACL link */ in btm_pm_sm_alloc()
388 memset (p_db, 0, sizeof(tBTM_PM_MCB)); in btm_pm_sm_alloc()
488 static tBTM_PM_MODE btm_pm_get_set_mode(UINT8 pm_id, tBTM_PM_MCB *p_cb, tBTM_PM_PWR_MD *p_mode, tBT… in btm_pm_get_set_mode()
552 tBTM_PM_MCB *p_cb = p_acl_cb->p_pm_mode_db; in btm_pm_snd_md_req()
698 tBTM_PM_MCB *p_cb; in btm_pm_proc_cmd_status()
756 tBTM_PM_MCB *p_cb = NULL; in btm_pm_proc_mode_change()
802 p_cb = (tBTM_PM_MCB *)list_node(p_node); in btm_pm_proc_mode_change()
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h108 } tBTM_PM_MCB; typedef
167 tBTM_PM_MCB *p_pm_mode_db; /* Pointer to PM mode control block per ACL link */
1065 tBTM_PM_MCB *btm_pm_sm_alloc(void);