This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Expose service to BLE pheripheral using pc-ble-driver-py

Hello all,

I am using the pc-ble-driver-py python bindings (which depends on pc-ble-driver) to test my BLE peripheral

It works fine for reading and writing characteristics on the BLE peripheral. However, I also would like to expose the current time service to the peripheral.

I don't know how to do this. Could someone point me into the right direction? Do I need to write python bindings for the gatt server soft-device calls?

Is there any example code available, maybe in c or c++?

Thanks in advance!

Related