shinyorg / shiny

.NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)
https://shinylib.net
MIT License
1.43k stars 227 forks source link

[Bug]: BLE Android peripheral renaming does not update peripheral advertisement name #1503

Closed matthiasleonhardt closed 1 month ago

matthiasleonhardt commented 1 month ago

Component/Nuget

BluetoothLE Client (Shiny.BluetoothLE)

What operating system(s) are effected?

Version(s) of Operation Systems

Android 14 - API 34

Hosting Model

Steps To Reproduce

  1. Pair to BLE Device
  2. Rename the Device (through the application)
  3. disconnect the device
  4. stop / restart scan
  5. Device advertises still with the old name

Expected Behavior

after renaming the device it should advertise with the new name.

Actual Behavior

after renaming the device it still advertises with the old name. after restarting the application I can see the device with the changed name. Before upgrading to MAUI things worked as expected.

Exception or Log output

No response

Code Sample

As the app is customer specific and not public I am not able to provide a repo.

Code of Conduct

aritchie commented 1 month ago

I have supplied a reproducible sample that is NOT FROM THE SHINY SAMPLES!