-
DescriptionI am trying to get the live notification in start_notify, but I am getting this error, "The First Argument must be callable". What I DidI tried with numerous methods, but unable to solve. Can anybody suggest a solution? |
Beta Was this translation helpful? Give feedback.
Answered by
dlech
Dec 28, 2023
Replies: 1 comment 9 replies
-
A callable is a Python function/method, so this is what is expected to be passed as the argument. Can you share the code you tried? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds like the device isn't following the BLE spec. You can try logging Bluetooth packets and running the service explorer sample to try to see what is going on.