Dears,
What I am trying to implement:
- enable MITM and bonding
- device IO capability:BLE_GAP_IO_CAPS_DISPLAY_ONLY; (mostly like ble_app_gls with passkey method, but different service)
- with DFU enabled
What I did try or failed:
- secure bootloader example and ble_app_buttonless_dfu example, with or without bonding, walked through and succeed
- trying to set ble_app_gls to add DFU services, failed in application bootup
I need some help here:
- Is there any procedure I can follow to add DFU feature into a current bonding example?
- How to set ble_app_buttonless_dfu bonding with passkey entry method?(ble_app_buttonless_dfu bonding example seems only works under JUST WORK method).