Searched refs:GattServer (Results 1 – 6 of 6) 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()
85 GattServer(GattServerCallbacks), enumerator370 Message::GattServer(m) => { in dispatch()
1408 dispatch: make_message_dispatcher(self.tx.clone(), Message::GattServer), in init_profiles()
1191 unsafe impl Send for GattServer {} implementation1417 pub struct GattServer { struct1422 impl GattServer { implementation1851 pub server: GattServer,1884 server: GattServer { in new()