[BluetoothLE] Advertisements device name being cached? #769
Answered
by
aritchie
pdecostervgls
asked this question in
Q&A
-
I am using Shiny in my project and I noticed a case where if the advertised device name for a BLE device is being changed while the app is running, subsequent advertisements received will show the old device name. Restarting the app fixes this. |
Beta Was this translation helpful? Give feedback.
Answered by
aritchie
Oct 27, 2021
Replies: 1 comment 1 reply
-
If you mean localname on the actual scan result advertisements isn't cached by Shiny nor should it be cached by the OS. Device name on the other hand is stored between scans on Shiny, but is sometimes also cached by the OS for a short period of time. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pdecostervgls
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean localname on the actual scan result advertisements isn't cached by Shiny nor should it be cached by the OS. Device name on the other hand is stored between scans on Shiny, but is sometimes also cached by the OS for a short period of time.