How to advertise with specific 128bit uuid by pc-ble-driver-py?

Hi,

I have met a problem that I try to advertise nRF52840 dongle in pc-ble-driver-py. However, connection is not built from this command:

BASE_UUID = [0x6E, 0x40, 0x00, 0x01, 0xB5, 0xA3, 0xF3, 0x93,
                                 0xE0, 0xA9, 0xE5, 0x0E, 0x24, 0xDC, 0xCA, 0x9E]
adv_data = BLEAdvData(service_128bit_uuid_complete=BASE_UUID)

The uuid is uart over ble which is used in nRFConnect desktop. And we can connect through this application.

I wonder to know how to advertise with specific 128bit uuid by pc-ble-driver-py. Thank you!

Parents Reply Children
No Data
Related