Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java999 List<BluetoothDevice> connectingConnectedDevices = in connect() local
1002 if (connectingConnectedDevices.size() >= mMaxHeadsetConnections) { in connect()
1012 for (BluetoothDevice connectingConnectedDevice : connectingConnectedDevices) { in connect()
2200 List<BluetoothDevice> connectingConnectedDevices = in okToAcceptConnection() local
2202 if (connectingConnectedDevices.size() >= mMaxHeadsetConnections) { in okToAcceptConnection()