Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/
Davdt_msg.c67 static void avdt_msg_bld_single(UINT8 **p, tAVDT_MSG *p_msg);
144 avdt_msg_bld_single, /* get capabilities */
146 avdt_msg_bld_single, /* get configuration */
148 avdt_msg_bld_single, /* open */
150 avdt_msg_bld_single, /* close */
152 avdt_msg_bld_single, /* abort */
154 avdt_msg_bld_single, /* get all capabilities */
389 static void avdt_msg_bld_single(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_single() function