Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ble): set device ID after BLE init when using MAC address
### Summary The device ID when using the MAC address was Unknown after the system booted because the device has not been given a MAC address yet at the time the device ID is set (system init). This change removes the option for using a MAC address as the device id for BLE devices, and sets a static device id for the BLE sample app. ### Test Plan - Tested on a nRF52840 DK with the peripheral_mds sample app ``` uart:~$ *** Booting nRF Connect SDK v3.5.99-ncs1-4965-g3733e7097909 *** Starting Bluetooth Memfault example Bluetooth initialized Advertising successfully started uart:~$ mflt get_device_info [00:00:03.995,544] <inf> mflt: S/N: nrf-ble-testdevice [00:00:03.995,605] <inf> mflt: SW type: nrf-ble-fw [00:00:03.995,666] <inf> mflt: SW version: 0.0.1+688c47 [00:00:03.995,727] <inf> mflt: HW version: nrf52840dk_nrf52840 ```
- Loading branch information