nRF51-multi-role-conn-observer-advertiser icon indicating copy to clipboard operation
nRF51-multi-role-conn-observer-advertiser copied to clipboard

Advertiser data race condition

Open trond-snekvik opened this issue 10 years ago • 0 comments

When advertisement data is updated during advertisement, the advertiser might get some race condition with the radio packet pointer. The updated data should be stored in a buffer until it is safe to change the data the radio packet pointer accesses (for example at end of advertisement event). This problem also exists with the address.

trond-snekvik avatar Jul 14 '14 12:07 trond-snekvik