This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unable to allocate TX context when "spamming" bt_gatt_notify_uuid?

Values change rapidly and bt_gatt_notify_uuid is called at 10ms interval while bluetooth connection is set up for 15ms connection interval.
I assumed this would simply queue up 1-2 notifications that would be delivered during a connection event, but instead application core hangs/crashes after repeated TX context failures.
Notified data is 12 bytes to full length UUID. Using SDK 1.6.0 atm.

Parents Reply Children
Related