Searched refs:createRfcommSocket (Results 1 – 2 of 2) sorted by relevance
1258 public BluetoothSocket createRfcommSocket(int channel) throws IOException { in createRfcommSocket() method in BluetoothDevice
472 socket = mDevice.createRfcommSocket(mMas.getChannel()); in run()