advertisements doesnt alwasy report the same local name #125
-
ContextI'm essentially using the gatt_echo_server example running on a Raspberry Pi Zero 2W. ProblemWhen trying to find the device (via LightBlue, an app to see BT advertisements or via react-native-ble-plx, a React Native BT library), the configured local name ( Same goes for a Raspberry Pi 5 that I've also tested on. ExpectedAlways report the local name. Debuggingbluetoothd version: 5.55 I don't really know why this happens only some of the time nor do I know how to properly debug this, any help? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Could you try setting the friendly name using Adapter::set_alias? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response. |
Beta Was this translation helpful? Give feedback.
-
Everything seems to be alright, will reopen if problems still occurs, thanks! |
Beta Was this translation helpful? Give feedback.
Could you try setting the friendly name using Adapter::set_alias?