Home
last modified time | relevance | path

Searched full:ble_public_dev_addr (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_addr.rst31 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 Dsyscfg.yml35 BLE_PUBLIC_DEV_ADDR: ((uint8_t[6]){0xcc, 0xbb, 0xaa, 0x33, 0x22, 0x11})
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/
H A Dsyscfg.yml35 BLE_PUBLIC_DEV_ADDR: ((uint8_t[6]){0xcc, 0xbb, 0xaa, 0x33, 0x22, 0x11})
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml280 BLE_PUBLIC_DEV_ADDR:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dshell.c633 return memcmp(MYNEWT_VAL(BLE_PUBLIC_DEV_ADDR), in check_pub_addr_unassigned()