respondReadRequestWithError abstract method
Responds to a read request from a connected central.
Implementation
Future<void> respondReadRequestWithError(
GATTReadRequest request, {
required GATTError error,
});
Responds to a read request from a connected central.
Future<void> respondReadRequestWithError(
GATTReadRequest request, {
required GATTError error,
});