diff options
Diffstat (limited to 'stack/pan/pan_main.c')
-rw-r--r-- | stack/pan/pan_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stack/pan/pan_main.c b/stack/pan/pan_main.c index 6cbe1ce8d..bfaced65c 100644 --- a/stack/pan/pan_main.c +++ b/stack/pan/pan_main.c @@ -26,6 +26,7 @@ #include <string.h> #include "gki.h" #include "bt_types.h" +#include "bt_utils.h" #include "bnep_api.h" #include "pan_api.h" #include "pan_int.h" @@ -333,6 +334,7 @@ void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, { tPAN_CONN *pcb; UINT8 peer_role; + UNUSED(rem_bda); PAN_TRACE_EVENT2 ("pan_connect_state_cb - for handle %d, result %d", handle, result); pcb = pan_get_pcb_by_handle (handle); |