Skip to content

Commit 4f74d41

Browse files
authored
Merge pull request #160 from KK1423/fix-paired-ota
Resolve OTA failure with bond shared from application
2 parents 77c7b7f + 8ba551c commit 4f74d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sdk11/components/libraries/bootloader_dfu/dfu_transport_ble.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ static uint32_t service_change_indicate()
148148

149149
err_code = sd_ble_gatts_service_changed(m_conn_handle, DFU_SERVICE_HANDLE, BLE_HANDLE_MAX);
150150
if ((err_code == BLE_ERROR_INVALID_CONN_HANDLE) ||
151+
(err_code == BLE_ERROR_INVALID_ATTR_HANDLE) ||
151152
(err_code == NRF_ERROR_INVALID_STATE) ||
152153
(err_code == NRF_ERROR_BUSY))
153154
{

0 commit comments

Comments
 (0)