Lines Matching full:address
1 Configure device address
4 A BLE device needs an address to do just about anything. For information
8 There are several methods for assigning an address to a NimBLE device.
11 Method 1: Configure nRF hardware with a public address
15 will attempt to read a public address out of the board's FICR or UICR
17 an address from hardware:
19 1. If the *DEVICEADDRTYPE* FICR register is written, read the address
22 read the address programmed in the *CUSTOMER[0]* and *CUSTOMER[1]*
24 3. Else, no address available.
26 Method 2: Hardcode a public address in the Mynewt target
32 application or target level to configure a public Bluetooth address. For
33 example, a target can assign the public address *11:22:33:44:55:66* as
47 the ``BLE_PUBLIC_DEV_ADDR`` setting is the address that gets used.
49 Method 3: Configure a random address at runtime
53 two functions are used in random address configuration:
56 Generates a new random address.
58 Sets the device's random address.
63 most one of each address type.