Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/
Davdt_msg.c391 AVDT_MSG_BLD_SEID(*p, p_msg->single.seid); in avdt_msg_bld_single()
407 AVDT_MSG_BLD_SEID(*p, p_msg->config_cmd.hdr.seid); in avdt_msg_bld_setconfig_cmd()
408 AVDT_MSG_BLD_SEID(*p, p_msg->config_cmd.int_seid); in avdt_msg_bld_setconfig_cmd()
425 AVDT_MSG_BLD_SEID(*p, p_msg->reconfig_cmd.hdr.seid); in avdt_msg_bld_reconfig_cmd()
448 AVDT_MSG_BLD_SEID(*p, p_msg->multi.seid_list[i]); in avdt_msg_bld_multi()
464 AVDT_MSG_BLD_SEID(*p, p_msg->security_cmd.hdr.seid); in avdt_msg_bld_security_cmd()
481 AVDT_MSG_BLD_SEID(*p, p_msg->delay_rpt_cmd.hdr.seid); in avdt_msg_bld_delay_rpt()
1534 AVDT_MSG_BLD_SEID(p, p_params->hdr.err_param); in avdt_msg_send_rej()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/include/
Davdt_defs.h193 #define AVDT_MSG_BLD_SEID(p, seid) \ macro