Searched refs:GattServer (Results 1 – 7 of 7) 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), enumerator302 Message::GattServer(m) => { in dispatch()
1518 let _ = tx_clone.send(Message::GattServer(cb)).await; in init_profiles()
1165 unsafe impl Send for GattServer {} implementation1370 pub struct GattServer { struct1375 impl GattServer { impl1724 pub server: GattServer,1760 server: GattServer { in new()
66 GattServer(ServerId), enumerator