Package org.javabluetooth.distributed

Examples of org.javabluetooth.distributed.BluetoothTCPServer


        //byte[] dummyHandle={(byte) 0x00,(byte) 0x01,(byte)0x00,(byte)0x00};
        //UUID browseUUID=new UUID(0x1002);
        //UUID socketUUID=new UUID(0x1101);
        //sddb.registerServiceHandle(browseUUID,dummyHandle);
        //sddb.registerServiceHandle(socketUUID,dummyHandle);
        BluetoothTCPServer server = new BluetoothTCPServer(2600);
        while (true) { Thread.sleep(10000); }
    }
View Full Code Here

TOP

Related Classes of org.javabluetooth.distributed.BluetoothTCPServer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.