summaryrefslogtreecommitdiffstats
path: root/stack/rfcomm/port_rfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/rfcomm/port_rfc.c')
-rw-r--r--stack/rfcomm/port_rfc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stack/rfcomm/port_rfc.c b/stack/rfcomm/port_rfc.c
index 3f697e14e..003cbb55d 100644
--- a/stack/rfcomm/port_rfc.c
+++ b/stack/rfcomm/port_rfc.c
@@ -32,6 +32,7 @@
#include "btm_api.h"
#include "port_int.h"
#include "rfc_int.h"
+#include "bt_utils.h"
/*
** Local function definitions
@@ -581,6 +582,7 @@ void PORT_PortNegInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars,
void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
+ UNUSED(p_pars);
RFCOMM_TRACE_EVENT0 ("PORT_PortNegCnf");
@@ -682,6 +684,7 @@ void PORT_ControlCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
UINT32 event = 0;
+ UNUSED(p_pars);
RFCOMM_TRACE_EVENT0 ("PORT_ControlCnf");