Hi there,
When setting the device name using DiscoverableParameters { local_name: Some(LocalName::Complete(b"foo")) }, the characteristic 0x2a00 - which I didn't explicitly set - returns "STM32WB!". According to https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf that characteristic should contain the device name.
Is this expected behaviour?
Thanks!
JH