File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -525,25 +525,6 @@ class GattClient : public StaticInterface<Impl, GattClient> {
525
525
return onDataWriteCallbackChain;
526
526
}
527
527
528
- /* *
529
- * Register an attribute write event handler.
530
- *
531
- * @param[in] callback Event handler being registered.
532
- *
533
- * @note It is possible to remove registered handlers using
534
- * onDataWritten().detach(callbackToRemove).
535
- *
536
- * @note Write commands (issued using writeWoResponse) don't generate a
537
- * response.
538
- *
539
- * @deprecated Use GattServer::onDataWritten().
540
- */
541
- MBED_DEPRECATED (" Use GattServer::onDataWritten()" )
542
- void onDataWrite (WriteCallback_t callback)
543
- {
544
- onDataWritten (callback);
545
- }
546
-
547
528
/* *
548
529
* Register a service discovery termination event handler.
549
530
*
You can’t perform that action at this time.
0 commit comments