Skip to content

Commit ca7be27

Browse files
committed
BLE: Remove incorrect calls to GattServer::handleDataSentEvent
1 parent de482e4 commit ca7be27

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioGattServer.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,6 @@ ble_error_t GattServer::write_(
695695
}
696696
#endif // BLE_FEATURE_SECURITY
697697

698-
if (updates_sent) {
699-
handleDataSentEvent(updates_sent);
700-
}
701-
702698
return BLE_ERROR_NONE;
703699
}
704700

@@ -749,10 +745,6 @@ ble_error_t GattServer::write_(
749745
}
750746
#endif // BLE_FEATURE_SECURITY
751747

752-
if (updates_sent) {
753-
handleDataSentEvent(updates_sent);
754-
}
755-
756748
return BLE_ERROR_NONE;
757749
}
758750

0 commit comments

Comments
 (0)