Hi,
I am using SDK version 15.3.0. I am trying to implement the ble_dfu example. By default, advertising name is set to "DfuTarg". I want change this to a custom name. How can I do it?
Hi,
I am using SDK version 15.3.0. I am trying to implement the ble_dfu example. By default, advertising name is set to "DfuTarg". I want change this to a custom name. How can I do it?
Hi,
If you are looking at nRF5_SDK\examples\dfu\secure_bootloader, the advertising name "DfuTarg" is defined in the sdk_config.h (under \pca100XX_ble\config).
// <s> NRF_DFU_BLE_ADV_NAME - Default advertising name. #ifndef NRF_DFU_BLE_ADV_NAME #define NRF_DFU_BLE_ADV_NAME "DfuTarg" #endif
-Amanda H.
Hi,
If you are looking at nRF5_SDK\examples\dfu\secure_bootloader, the advertising name "DfuTarg" is defined in the sdk_config.h (under \pca100XX_ble\config).
// <s> NRF_DFU_BLE_ADV_NAME - Default advertising name. #ifndef NRF_DFU_BLE_ADV_NAME #define NRF_DFU_BLE_ADV_NAME "DfuTarg" #endif
-Amanda H.