Anjali
Anjali

Reputation: 59

Enable Bluetooth HCI Snoop Log by adb command

I want to know what is the adb command for enable the Bluetooth HCI snoop log. I already know that adb pull/sdcard/btsnoop_hci.log command is used for retrieving the FILE. but, i want to know the adb command for enable the snoop log. please help me..

Upvotes: 2

Views: 6917

Answers (1)

Alex P.
Alex P.

Reputation: 31716

Just use

adb shell settings put secure bluetooth_hci_log 1

Upvotes: 4

Related Questions