davidgyoung / ble-scanner

Bluetooth LE scanning CLI tool for Linux/BlueZ
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

BLE data is not being received #7

Open asafben opened 1 year ago

asafben commented 1 year ago

Running the script on my Ubuntu 20.04.6 LTS machine is blocking on this line: len = read(device, buf, sizeof(buf)); Without receiving any data. When checking for BLE transmissions using bleak library I do receive the desired messages. Thanks :pray: