Hello, I cannot find a documentation on how to import BLE Services like i.e. CPS (https://www.bluetooth.com/specifications/specs/) in Circuitpython.
I know which Service and Characteristics I need, but I don't know how to find them in adafruit_ble library.
I found a tutorial hot to do it in C on Arduino: https://teaandtechtime.com/arduino-ble-cycling-power-service/
I want to replicate it using Circuitpython.
Currently, I've only menaged to implement BLE UART service and comunicate my Adafruit Feather nRF52840 Sense with my PC.