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
The implementation for discovering 128-bit UUIDs using the Nordic softdevice will work find
for single connection GATT clients. However, for multiple GATTC clients the stored struct uuid128_read_pending_t instance will conflict.
The struct uuid128_read_pending_t instance needs to be included somewhere in the ble::gattc::connectable hierarchy so that there is one instance per connection.
See ble/nordic_ble_gattc_event_observable.ccgattc_uuid128_acquire() comments.
The text was updated successfully, but these errors were encountered:
The implementation for discovering 128-bit UUIDs using the Nordic softdevice will work find
for single connection GATT clients. However, for multiple GATTC clients the stored
struct uuid128_read_pending_t
instance will conflict.The struct uuid128_read_pending_t instance needs to be included somewhere in the ble::gattc::connectable hierarchy so that there is one instance per connection.
See
ble/nordic_ble_gattc_event_observable.cc
gattc_uuid128_acquire()
comments.The text was updated successfully, but these errors were encountered: