Searched refs:connectingConnectedDevices (Results 1 – 1 of 1) sorted by relevance
999 List<BluetoothDevice> connectingConnectedDevices = in connect() local1002 if (connectingConnectedDevices.size() >= mMaxHeadsetConnections) { in connect()1012 for (BluetoothDevice connectingConnectedDevice : connectingConnectedDevices) { in connect()2200 List<BluetoothDevice> connectingConnectedDevices = in okToAcceptConnection() local2202 if (connectingConnectedDevices.size() >= mMaxHeadsetConnections) { in okToAcceptConnection()