Class RfcommServer

java.lang.Object
com.codename1.bluetooth.classic.RfcommServer

public abstract class RfcommServer extends Object
A listening RFCOMM endpoint (SPP server) registered with the local SDP database via BluetoothClassic.listen(String, BluetoothUuid, boolean).
  • Constructor Details

    • RfcommServer

      protected RfcommServer(BluetoothUuid serviceUuid)
      Constructed by ports; not application API.
  • Method Details