summaryrefslogtreecommitdiffstats
path: root/stack/smp/smp_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'stack/smp/smp_int.h')
-rw-r--r--stack/smp/smp_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stack/smp/smp_int.h b/stack/smp/smp_int.h
index 52b03019a..a058bab53 100644
--- a/stack/smp/smp_int.h
+++ b/stack/smp/smp_int.h
@@ -24,6 +24,8 @@
#ifndef SMP_INT_H
#define SMP_INT_H
+#if BLE_INCLUDED == TRUE
+
#include "btu.h"
#include "btm_ble_api.h"
#include "btm_api.h"
@@ -536,4 +538,6 @@ extern BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 len
UINT16 tlen, UINT8 *p_signature);
extern void print128(BT_OCTET16 x, const UINT8 *key_name);
+#endif
+
#endif /* SMP_INT_H */