Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c177 tBTM_PM_MCB *p_cb = NULL; /* per ACL link */ in BTM_SetPowerMode()
314 tBTM_PM_MCB *p_cb; in BTM_SetSsrParams()
385 tBTM_PM_MCB *btm_pm_sm_alloc(void) in btm_pm_sm_alloc()
387 tBTM_PM_MCB *p_db = (tBTM_PM_MCB *) osi_malloc(sizeof(tBTM_PM_MCB)); /* per ACL link */ in btm_pm_sm_alloc()
389 memset (p_db, 0, sizeof(tBTM_PM_MCB)); in btm_pm_sm_alloc()
489 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()
553 tBTM_PM_MCB *p_cb = p_acl_cb->p_pm_mode_db; in btm_pm_snd_md_req()
701 tBTM_PM_MCB *p_cb; in btm_pm_proc_cmd_status()
759 tBTM_PM_MCB *p_cb = NULL; in btm_pm_proc_mode_change()
805 p_cb = (tBTM_PM_MCB *)list_node(p_node); in btm_pm_proc_mode_change()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h109 } tBTM_PM_MCB; typedef
168 tBTM_PM_MCB *p_pm_mode_db; /* Pointer to PM mode control block per ACL link */
1082 tBTM_PM_MCB *btm_pm_sm_alloc(void);