Searched refs:listenUsingL2capOn (Results 1 – 3 of 3) sorted by relevance
141 l2capSocket = bt.listenUsingL2capOn(l2capPsm); in create()
3403 public BluetoothServerSocket listenUsingL2capOn(int port, boolean mitm, boolean min16DigitPin) in listenUsingL2capOn() method in BluetoothAdapter3438 public BluetoothServerSocket listenUsingL2capOn(int port) throws IOException { in listenUsingL2capOn() method in BluetoothAdapter3439 return listenUsingL2capOn(port, false, false); in listenUsingL2capOn()
101 Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;102 Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(IZZ)Landroid/bluetooth/BluetoothServerSock…