Hello,
I am working to verify custom services on my device using nRF52 dev kit.
I am using HR collector example code as reference. I am able to read the custom service after using
self.adapter.service_discovery()
but now I would like to read the custom characterstics supported by custom service.
I tried to set UUID base using
self.adapter.driver.ble_vs_uuid_add(BLEUUIDBase(self.BASE_UUID))
but getting following error
pc_ble_driver_py.exceptions.NordicSemiException: Failed to ble_vs_uuid_add. Error code: 12289
can someone let me know the reason for this error?