summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5f3e53c)
- Выключение буферизации штатными средствами lua.
- Активное сканирование устройств.
- run_command("/usr/bin/pkill btmon")
- run_command("/usr/bin/pkill hcitool")
- f = assert(io.popen ("/usr/bin/stdbuf -o0 /usr/bin/btmon"))
+ f = assert(io.popen ("/usr/bin/btmon"))
run_command("hciconfig hci0 down")
run_command("hciconfig hci0 up")
run_command("hciconfig hci0 down")
run_command("hciconfig hci0 up")
- f_null = assert(io.popen ("hcitool lescan --duplicates --passive"))
+ f_null = assert(io.popen ("hcitool lescan --duplicates"))