Searched refs:createInsecureL2capChannel (Results 1 – 3 of 3) sorted by relevance
235 protected BluetoothSocket createInsecureL2capChannel(int psm) throws IOException { in createInsecureL2capChannel() method in ShadowBluetoothDevice238 .createInsecureL2capChannel(psm); in createInsecureL2capChannel()436 BluetoothSocket createInsecureL2capChannel(int psm); in createInsecureL2capChannel() method
716 tmp = device.createInsecureL2capChannel(psmValue); in ConnectThread()
430 assertThrows(SecurityException.class, () -> device.createInsecureL2capChannel(0)); in createInsecureL2capChannel_noBluetoothConnectPermission_throwsException()