summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_av.c
diff options
context:
space:
mode:
Diffstat (limited to 'btif/src/btif_av.c')
-rw-r--r--btif/src/btif_av.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/btif/src/btif_av.c b/btif/src/btif_av.c
index 5b8a1da9e..c1643c955 100644
--- a/btif/src/btif_av.c
+++ b/btif/src/btif_av.c
@@ -2663,8 +2663,10 @@ BOOLEAN btif_av_stream_started_ready(void)
void btif_dispatch_sm_event(btif_av_sm_event_t event, void *p_data, int len)
{
/* Switch to BTIF context */
+ BTIF_TRACE_IMP("%s: event: %d, len: %d", __FUNCTION__, event, len);
btif_transfer_context(btif_av_handle_event, event,
(char*)p_data, len, NULL);
+ BTIF_TRACE_IMP("%s: event %d sent", __FUNCTION__, event);
}
/*******************************************************************************