ble icon indicating copy to clipboard operation
ble copied to clipboard

APIs for BLE address generation

Open andresag01 opened this issue 9 years ago • 0 comments

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.

andresag01 avatar Dec 16 '15 10:12 andresag01