Commands like python ble-replay.py -h or python ble-replay.py -p btsnoop_hci.log -r give me this message.
File "ble-replay.py", line 47
print "You must specify an interface and device address"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("You must specify an interface and device address")?
Where should i specify my Bluetooth Device?
I only want to Replay a Android HCI Log :-).