RobotPajamas/Blueteeth

Verify BLE calls can be made within callbacks

Closed this issue · 2 comments

While messing around with my ble113-ota project, I was running into issues writing to the BLE stack inside a BLE callback, might have been an oversight, might have been nothing.

Needs to be verified/fixed.

Most of this will be handled by ensuring all BLE stack calls are on the main thread (which I believe they are)

Not an issue here - all calls happen on the main thread via a handler. Ditto for when the queue system comes out.