ble
ble copied to clipboard
APIs for BLE address generation
In BLE there are 4 types of addresses:
- Public
- Random static
- Random resolvable private address
- Random non-resolvable private address
According to the specification v4.2 Vol 6 Part B Section 1.3 each of these addresses has a specific format. It would be desirable to have APIs that can generate these addresses automatically so that the user does not have to worry about the details of valid device address generation.