Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/
Davdt_msg.c1437 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_CMD, p_ccb->label); in avdt_msg_send_cmd()
1487 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_RSP, p_params->hdr.label); in avdt_msg_send_rsp()
1547 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_REJ, p_params->hdr.label); in avdt_msg_send_rej()
1590 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_GRJ, p_params->hdr.label); in avdt_msg_send_grej()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h724 #define AVDT_BLD_LAYERSPEC(ls, msg, label) \ macro