Jumperr-labs / python-gatt-server

Other
100 stars 42 forks source link

Wrong Read and Write functions #8

Open PATissot opened 5 years ago

PATissot commented 5 years ago

I am trying to custom the gatt server with my own service and its characteristics but when I test it with a smartphone, my new "ReadValue" isn't used, it's the default function which is used. It raises an error and I can't transmit my data How can we use the "child function" instead of the "parent function" ?