| Constructor and Description | 
|---|
| DiscoverServicesEndpoint(BluetoothController controller) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Gets the name of the endpoint corresponding to the command it responds. | 
| void | readRequestBody(CommandReader reader) | 
| void | writeResponseBody(CommandSender sender) | 
public DiscoverServicesEndpoint(BluetoothController controller)
public String getName()
Endpointpublic void readRequestBody(CommandReader reader) throws IOException
readRequestBody in interface EndpointIOExceptionpublic void writeResponseBody(CommandSender sender) throws IOException
writeResponseBody in interface EndpointIOException