Searched refs:bondedDevices (Results 1 – 4 of 4) sorted by relevance
373 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices(); in readPairedDevices() local374 if (bondedDevices == null) { in readPairedDevices()379 for (BluetoothDevice device : bondedDevices) { in readPairedDevices()
1062 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectHeadset() local1063 if ((bondedDevices == null) ||(hsService == null)) { in autoConnectHeadset()1066 for (BluetoothDevice device : bondedDevices) { in autoConnectHeadset()1076 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectA2dp() local1077 if ((bondedDevices == null) ||(a2dpSservice == null)) { in autoConnectA2dp()1080 for (BluetoothDevice device : bondedDevices) { in autoConnectA2dp()
658 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local661 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()
1218 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local1221 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()