Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_msg.cc1356 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_CMD, p_ccb->label); in avdt_msg_send_cmd()
1398 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_RSP, in avdt_msg_send_rsp()
1449 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_REJ, in avdt_msg_send_rej()
1486 AVDT_BLD_LAYERSPEC(p_buf->layer_specific, AVDT_MSG_TYPE_GRJ, in avdt_msg_send_grej()
Davdt_int.h986 #define AVDT_BLD_LAYERSPEC(ls, msg, label) ls = (((label) << 4) | (msg)) macro