I have used sofdevice v7.1.0 and nrf51 sdk 6.1.0 the ble_app_hrs project which has support of dfu is not discovering the dfu services. i have enabled the BLE_DFU_APP_SUPPORT flag , then also facing same issue.
I have used sofdevice v7.1.0 and nrf51 sdk 6.1.0 the ble_app_hrs project which has support of dfu is not discovering the dfu services. i have enabled the BLE_DFU_APP_SUPPORT flag , then also facing same issue.
@komal: Which project have you used? Have you used the ble_app_hrs_dfu.uvproj project ? The project should have the following file included : bootloader_util_arm.c, ble_dfu.c, dfu_app_handler.c
You can check if ble_dfu_init() is called.
i have used ....\Nordic_SDK\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\s110\ble_app_hrs project which has dfu support in it. the board i used is pca10001(changed the nrf6310 board code to pca10001board ). the ide i am using is eclipse with arm-none-eabi gcc. so i have include bootloader_util_gcc.c file for the start application. rest all is the same.
i have used ....\Nordic_SDK\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\s110\ble_app_hrs project which has dfu support in it. the board i used is pca10001(changed the nrf6310 board code to pca10001board ). the ide i am using is eclipse with arm-none-eabi gcc. so i have include bootloader_util_gcc.c file for the start application. rest all is the same.