Search code examples
androiddebuggingbluetoothadbremote-debugging

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..


Solution

  • Just use

    adb shell settings put secure bluetooth_hci_log 1