diff options
author | Kausik Sinnaswamy <kausik@broadcom.com> | 2012-03-07 19:30:20 -0800 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:12 -0700 |
commit | 95fa11b3b2f19a382c7e3a744a6afb452fad86df (patch) | |
tree | 1019e123db4596f2b8bd1259da04b51f3c44d7b2 /stack/smp | |
parent | e2197423bcf1a93c620be13d458a9da6693fa94d (diff) | |
download | external_bluetooth_bluedroid-95fa11b3b2f19a382c7e3a744a6afb452fad86df.zip external_bluetooth_bluedroid-95fa11b3b2f19a382c7e3a744a6afb452fad86df.tar.gz external_bluetooth_bluedroid-95fa11b3b2f19a382c7e3a744a6afb452fad86df.tar.bz2 |
AV control and data path added
Change-Id: I88ec6084c140fa257154a98e23e075900e84cc8c
Diffstat (limited to 'stack/smp')
-rw-r--r-- | stack/smp/smp_utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stack/smp/smp_utils.c b/stack/smp/smp_utils.c index 7e4700f..89c9f5e 100644 --- a/stack/smp/smp_utils.c +++ b/stack/smp/smp_utils.c @@ -21,9 +21,6 @@ #include "l2c_int.h" #include "smp_int.h" - #if (BT_TRACE_PROTOCOL == TRUE) - #include "trace_api.h" - #endif #define SMP_PAIRING_REQ_SIZE 7 #define SMP_CONFIRM_CMD_SIZE (BT_OCTET16_LEN + 1) |