diff options
Diffstat (limited to 'stack/avdt/avdt_msg.c')
-rw-r--r-- | stack/avdt/avdt_msg.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stack/avdt/avdt_msg.c b/stack/avdt/avdt_msg.c index 2f38c3af6..4a28b0dfc 100644 --- a/stack/avdt/avdt_msg.c +++ b/stack/avdt/avdt_msg.c @@ -27,7 +27,7 @@ ******************************************************************************/ #include <string.h> -#include "data_types.h" +#include "bt_types.h" #include "bt_target.h" #include "bt_utils.h" #include "avdt_api.h" @@ -1719,6 +1719,8 @@ void avdt_msg_ind(tAVDT_CCB *p_ccb, BT_HDR *p_buf) /* parse the message header */ AVDT_MSG_PRS_HDR(p, label, pkt_type, msg_type); + UNUSED(pkt_type); + /* AVDT_TRACE_DEBUG("msg_type=%d", msg_type); */ /* set up label and ccb_idx in message hdr */ msg.hdr.label = label; |