import org.javabluetooth.stack.hci.UARTTransport;
/** @author Christian Lorenz */
public class BluetoothServer {
public static final void main(String[] args) throws Exception {
HCIDriver.init(new UARTTransport("serial0"));
HCIDriver hciDriver = HCIDriver.getHCIDriver();
hciDriver.send_HCI_HC_Reset();
//SDPServer sddb = SDPServer.getSDPServer();
//byte[] dummyHandle={(byte) 0x00,(byte) 0x01,(byte)0x00,(byte)0x00};
//UUID browseUUID=new UUID(0x1002);