Are there rules for selecting a BLE device address
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-06-12 6:51 AM
One of the addresses we selected for the device appeared as not connectable on android scan.
Labels:
- Labels:
-
BLE
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-11-21 3:10 AM
It depends on your specific use case and application, but in general :
- The address must be unique.
- The address must be random.
- The address must be valid (following the format specified by the Bluetooth SIG).
- The address must be non-resolvable.
- The address must be public or private.
- The address must be unique within a network.
- The address must be easy to remember.
I think you need to check the device's advertising configuration, the unique address and its type (public or private), the RF part if it's correct, etc.