Home
last modified time | relevance | path

Searched refs:createRfcommSocket (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1258 public BluetoothSocket createRfcommSocket(int channel) throws IOException { in createRfcommSocket() method in BluetoothDevice
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java472 socket = mDevice.createRfcommSocket(mMas.getChannel()); in run()