Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davct_api.h103 typedef void (tAVCT_CTRL_CBACK)(UINT8 handle, UINT8 event, UINT16 result, typedef
113 tAVCT_CTRL_CBACK *p_ctrl_cback; /* Control callback */
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_ccb.c79 tAVCT_CTRL_CBACK *p_cback = p_ccb->cc.p_ctrl_cback; in avct_ccb_dealloc()