You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(2) should only trigger an indication for second_char_handle (regardless of subscription state).
It's not obvious to me that this is being caused by modbluetooth.c / modbluetooth_nimble.c, so might need to investigate in NimBLE (or confirm that this is the expected behaviour). I don't see this for notify, only indicate.
The text was updated successfully, but these errors were encountered:
As far as I can tell, bluekitchen doesn't implement subscription (which is why #7564 is NimBLE-only) -- we need to implement handling of writes to the CCCD ourselves.
tannewt
pushed a commit
to tannewt/circuitpython
that referenced
this issue
Feb 28, 2023
Related to the
send_update
arg added toble.gatts_write
in #7564.The following code on a server (with a connected but unsubscribed client) results in the client receiving an indication for both characteristics.
I would expect:
second_char_handle
(regardless of subscription state).It's not obvious to me that this is being caused by modbluetooth.c / modbluetooth_nimble.c, so might need to investigate in NimBLE (or confirm that this is the expected behaviour). I don't see this for notify, only indicate.
The text was updated successfully, but these errors were encountered: