summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAjay Panicker <apanicke@google.com>2017-05-04 22:56:16 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-05-04 22:56:21 +0000
commited5b29d32f09a2985bd8f1bb0add2fa821892a65 (patch)
treef8666746c91633ddc58db06f7fbef76a4456e72e
parent99d790b67a364446f6b7d009c8edd328578501b6 (diff)
parent15b70a56fbcf65ae609e07c5377afb36a67fc4b7 (diff)
downloadlibhardware-ed5b29d32f09a2985bd8f1bb0add2fa821892a65.tar.gz
Merge "Limit btsnoop file size (1/9)" into oc-dev
-rw-r--r--include/hardware/bluetooth.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 5d69ab38..b706e8ad 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -560,9 +560,6 @@ typedef struct {
/* opcode MUST be one of: LE_Receiver_Test, LE_Transmitter_Test, LE_Test_End */
int (*le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len);
- /* enable or disable bluetooth HCI snoop log */
- int (*config_hci_snoop_log)(uint8_t enable);
-
/** Sets the OS call-out functions that bluedroid needs for alarms and wake locks.
* This should be called immediately after a successful |init|.
*/