L2CAPServer
L2CAPSocket.swift:24protocol L2CAPServer : L2CAPSocket
Browse conforming typesprotocol L2CAPServer : L2CAPSocket
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol L2CAPSocket
L2CAP Socket protocol.
associatedtype Connection : L2CAPConnection
static func lowEnergyServer(address: BluetoothAddress, isRandom: Bool, backlog: Int) throws(Self.Error) -> Self
Creates a new server,
func accept() throws(Self.Error) -> Connection