From 8cb7fe3cdf4951fc58669a053496fca2ad3f52d3 Mon Sep 17 00:00:00 2001 From: Sharvil Nanavati Date: Thu, 19 Jun 2014 14:16:15 -0700 Subject: [PATCH] Fix build for mako devices. Change-Id: Ifdeb7177dc61386243c12d0996752fda7ece6912 --- hci/src/hci_mct.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hci/src/hci_mct.c b/hci/src/hci_mct.c index 6a5c242e3..7da3f9e32 100644 --- a/hci/src/hci_mct.c +++ b/hci/src/hci_mct.c @@ -552,8 +552,6 @@ void hci_mct_init(void) */ mct_cb.hc_acl_data_size = 1021; mct_cb.hc_ble_acl_data_size = 27; - - btsnoop_init(); } /******************************************************************************* -- 2.11.0