Home
last modified time | relevance | path

Searched refs:listenUsingL2capChannel (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java236 protected BluetoothServerSocket listenUsingL2capChannel() throws IOException { in listenUsingL2capChannel() method in ShadowBluetoothAdapter
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java803 tmp = mBluetoothAdapter.listenUsingL2capChannel(); in AcceptThread()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothAdapterTest.java460 assertThat(bluetoothAdapter.listenUsingL2capChannel()).isNotNull(); in l2capChannel_notNull()