Searched refs:bondedDevices (Results 1 – 5 of 5) sorted by relevance
1073 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectHeadset() local1074 if ((bondedDevices == null) ||(hsService == null)) { in autoConnectHeadset()1077 for (BluetoothDevice device : bondedDevices) { in autoConnectHeadset()1087 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectA2dp() local1088 if ((bondedDevices == null) ||(a2dpSservice == null)) { in autoConnectA2dp()1091 for (BluetoothDevice device : bondedDevices) { in autoConnectA2dp()
373 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices(); in readPairedDevices() local374 if (bondedDevices == null) { in readPairedDevices()379 for (BluetoothDevice device : bondedDevices) { in readPairedDevices()
657 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local660 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()
1218 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local1221 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()
834 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local835 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()