Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java709 List<BluetoothDevice> connectingConnectedDevices = in connect() local
712 if (connectingConnectedDevices.size() >= mMaxHeadsetConnections) { in connect()
722 for (BluetoothDevice connectingConnectedDevice : connectingConnectedDevices) { in connect()
1739 List<BluetoothDevice> connectingConnectedDevices = in okToAcceptConnection() local
1741 if (connectingConnectedDevices.size() >= mMaxHeadsetConnections) { in okToAcceptConnection()