Searched full:ble_public_dev_addr (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_addr.rst | 31 called ``BLE_PUBLIC_DEV_ADDR``. This setting can be overridden at the 39 BLE_PUBLIC_DEV_ADDR: '(uint8_t[6]){0x66, 0x55, 0x44, 0x33, 0x22, 0x11}' 47 the ``BLE_PUBLIC_DEV_ADDR`` setting is the address that gets used.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/ |
H A D | syscfg.yml | 35 BLE_PUBLIC_DEV_ADDR: ((uint8_t[6]){0xcc, 0xbb, 0xaa, 0x33, 0x22, 0x11})
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/ |
H A D | syscfg.yml | 35 BLE_PUBLIC_DEV_ADDR: ((uint8_t[6]){0xcc, 0xbb, 0xaa, 0x33, 0x22, 0x11})
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 280 BLE_PUBLIC_DEV_ADDR:
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | shell.c | 633 return memcmp(MYNEWT_VAL(BLE_PUBLIC_DEV_ADDR), in check_pub_addr_unassigned()
|