Merge "Limit btsnoop file size (1/8)" am: d81f127986

am: 5e7d617059

Change-Id: Id9eee6076c6712a61f47a8366187962a00890c7a
This commit is contained in:
Ajay Panicker 2017-04-27 17:47:31 +00:00 committed by android-build-merger
commit 4cb3b7232b

View file

@ -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|.
*/