Home
last modified time | relevance | path

Searched refs:tAVDT_REG (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_ar_api.h65 extern void bta_ar_reg_avdt(tAVDT_REG *p_reg, tAVDT_CTRL_CBACK *p_cback, tBTA_SYS_ID sys_id);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Davdt_api.h244 } tAVDT_REG; typedef
440 extern void AVDT_Register(tAVDT_REG *p_reg, tAVDT_CTRL_CBACK *p_cback);
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/ar/
Dbta_ar.c104 void bta_ar_reg_avdt(tAVDT_REG *p_reg, tAVDT_CTRL_CBACK *p_cback, tBTA_SYS_ID sys_id) in bta_ar_reg_avdt()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c108 void AVDT_Register(tAVDT_REG *p_reg, tAVDT_CTRL_CBACK *p_cback) in AVDT_Register()
139 memcpy(&avdt_cb.rcb, p_reg, sizeof(tAVDT_REG)); in AVDT_Register()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h544 tAVDT_REG rcb; /* registration control block */
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_main.c507 tAVDT_REG reg; in bta_av_api_register()