While trying to study BLE I am wondering if it is possible to analyse it through tools like Wireshark and snort? I came across one by the name \"ubertooth\" but that\'s a US
BLE is supported on most android devices. You can record bluetooth packets simply by going to Developer Options-> Enable Bluetooth HCI snoop log. The log will be saved at /sdcard/btsnoof_hci.log. This however won't work if your goal is to passively monitor, it will only get traffic to and from your device.