No description
Find a file
2026-03-31 12:46:01 +05:00
bluetoothdevices.class.php Add files via upload 2025-01-16 10:40:44 +05:00
README.md Update README.md 2025-01-20 21:25:52 +05:00
tstp Create tstp 2026-03-31 12:46:01 +05:00

blscan

bc:61:93:bf:f2:e3 fc:02:96:78:63:fe fc:a9:f5:ef:86:e1 7e:8c:46:c9:53:09

sudo hcitool scan | grep ":"

sudo timeout -s INT 10s hcitool lescan | grep ":"

sudo l2ping aa.bb.cc.dd.ee -c1 -f | awk /loss/ {print $3}

hcitool cc aa:bb:cc:dd:ee

yar@ubuntu:~$ sudo hcitool cc bc:61:93:bf:f2:e3

yar@ubuntu:~$ sudo hcitool cc bc:61:93:bf:f2:e3 Can't create connection: Input/output error

yar@ubuntu:~$ sudo l2ping bc:61:93:bf:f2:e3 -c1 -f | awk /loss/ 1 sent, 1 received, 0% loss

yar@ubuntu:~$ sudo l2ping bc:61:93:bf:f2:ee -c1 -f | awk /loss/ Can't connect: Host is down

from sultan.api import Sultan with Sultan.load() as sultan: result = sultan.l2ping('l2ping fc:a9:f5:ef:86:e1 -c1 -t3 | awk "'"{print $1}"'" | tail -n 1').run()

print(subprocess.run(["l2ping", " fc:a9:f5:ef:86:e1 -c1 -f "], shell=True));