Searched refs:GattServer (Results 1 – 3 of 3) sorted by relevance
34 private final GattServer mGattServer;47 mGattServer = new GattServer(context); in GattPMCReceiver()
43 public class GattServer { class61 public GattServer(Context context) { in GattServer() method in GattServer
278 UUID sUuid = UUID.fromString(GattServer.TEST_SERVICE_UUID); in writeCharacteristic()284 UUID cUuid = UUID.fromString(GattServer.WRITABLE_CHAR_UUID); in writeCharacteristic()