py-bluetooth-utils icon indicating copy to clipboard operation
py-bluetooth-utils copied to clipboard

Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising

Results 5 py-bluetooth-utils issues
Sort by recently updated
recently updated
newest added

BLE advertisement packets contain the packet length. Current implementation of `parse_le_advertising_events` provides options to filter the messages to specific lengths. But in my situation I have two versions of firmware...

Any idea how to fix this? I can't seem to determine what is missing to get it to work. pi@raspi:~/py-bluetooth-utils $ python3.9 example_ble_scan.py Traceback (most recent call last): File "/home/pi/py-bluetooth-utils/example_ble_scan.py",...

I am testing your nice BLE utility code and I am trying to receive the advertising packet of event type 4, Scan Response. In testing with your example_ble_scan.py code, I...

Why can't I use scan.py to accept the broadcast packet sent by adv.py? This problem has troubled me for a long time. hci0 is used to receive, hci1 external ble...

Hey guys, tried to change the arry from the example of my needs in start_le_advertising start_le_advertising(sock, min_interval=200, max_interval=200, data=(0x0,0x22) + (0,) * 29) Is working fine but start_le_advertising(sock, min_interval=200, max_interval=200,...