Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c155 p_fcb = &avrc_cb.fcb[handle]; in avrc_prep_end_frag()
195 p_fcb = &avrc_cb.fcb[handle]; in avrc_send_continue_frag()
276 else if (avrc_cb.fcb[handle].frag_enabled) { in avrc_proc_vendor_command()
277 p_fcb = &avrc_cb.fcb[handle]; in avrc_proc_vendor_command()
876 memset(&avrc_cb.fcb[*p_handle], 0, sizeof(tAVRC_FRAG_CB)); in AVRC_Open()
974 p_fcb = &avrc_cb.fcb[handle]; in AVRC_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h119 tAVRC_FRAG_CB fcb[AVCT_NUM_CONN]; member