Skip to content

Commit 8ba551c

Browse files
author
Karthik Karyamapudi
committed
Fix ota failure when paired
1 parent 9ae36fe commit 8ba551c

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)