Hi All,
I want to use DFU to update the firmware from central to peripheral over BLE , both central master and peripheral are nrf52840.
Central master can find unknown service(0263000a..) and its characteristics (0x0b and 0x0c) and DFU service (0xfe59) on peripheral but the volid characteristics of DFU can't be found.
Just a charateristic which uuid is 0 is found.
logs are below
<00> info>ble_hrs_c:discovered_db.srv_uuid.uuid:FE59
00>
<00> info>ble_hrs_c:discovered_db.char_count:1
00>
<00> info>ble_hrs_c:discovered_db.charateristics[i].uuid:0
00>
<00> info>ble_hrs_c:discovered_db.srv_uuid.uuid:A
00>
<00> info>ble_nus_c:db.handle_value:10
00>
<00> info>ble_nus_c:characteristic.UUID.UUID:C
00>
<00> info>ble_nus_c:characteristic.UUID.UUID:B
00>
<00> info>app:Discovery complete.
peripheral service and characteristics are below

I have no idea of why DFU characteristics can't be found . Please give me some advice.
Thank you!
