Searched refs:bondedDevices (Results 1 – 4 of 4) sorted by relevance
169 Set<BluetoothDevice> bondedDevices = mBluetoothAdapter.getBondedDevices(); in updateBluetoothRoutes() local173 if (bondedDevices == null) { in updateBluetoothRoutes()182 bondedDevices.stream() in updateBluetoothRoutes()186 for (BluetoothDevice device : bondedDevices) { in updateBluetoothRoutes()
185 Set<BluetoothDevice> bondedDevices = mBluetoothAdapter.getBondedDevices(); in buildBluetoothRoutes() local186 if (bondedDevices != null) { in buildBluetoothRoutes()187 for (BluetoothDevice device : bondedDevices) { in buildBluetoothRoutes()
79 for (device in adapter.bondedDevices) { in unpairAllDevices()
190 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices(); in readPairedDevices() local191 if (bondedDevices == null) { in readPairedDevices()196 for (BluetoothDevice device : bondedDevices) { in readPairedDevices()