Searched refs:listenUsingL2capOn (Results 1 – 2 of 2) sorted by relevance
139 l2capSocket = bt.listenUsingL2capOn(l2capPsm); in create()
3334 public BluetoothServerSocket listenUsingL2capOn(int port, boolean mitm, boolean min16DigitPin) in listenUsingL2capOn() method in BluetoothAdapter3369 public BluetoothServerSocket listenUsingL2capOn(int port) throws IOException { in listenUsingL2capOn() method in BluetoothAdapter3370 return listenUsingL2capOn(port, false, false); in listenUsingL2capOn()