From a17b75bb173c48d0aa37466607faa767690eae2b Mon Sep 17 00:00:00 2001 From: Zhihai Xu Date: Mon, 10 Jun 2013 20:23:45 -0700 Subject: [PATCH] Add debug menu to enable btsnoop bug: 8059358 Change-Id: Ib28ffe12d9b42726a0c12ecb144624862745e9ca --- include/hardware/bluetooth.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index 2741332..c00a8f7 100755 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h @@ -451,6 +451,8 @@ 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); } bt_interface_t; /** TODO: Need to add APIs for Service Discovery, Service authorization and -- 2.11.0