Interface BLEReceiver

  • All Superinterfaces:
    Sensor
    All Known Implementing Classes:
    ConcreteBLEReceiver

    public interface BLEReceiver
    extends Sensor
    Beacon receiver scans for peripherals with fixed service UUID.
    • Field Detail

      • delegates

        @NonNull
        static final java.util.Queue<SensorDelegate> delegates
    • Method Detail

      • immediateSend

        boolean immediateSend​(@NonNull
                              Data data,
                              @NonNull
                              TargetIdentifier targetIdentifier)
      • immediateSendAll

        boolean immediateSendAll​(@NonNull
                                 Data data)