Searched refs:bluetoothRoute (Results 1 – 1 of 1) sorted by relevance
673 AudioRoute bluetoothRoute = mAudioRouteFactory.create(type, bluetoothDevice.getAddress(), in handleBtConnected() local675 if (bluetoothRoute == null) { in handleBtConnected()679 Log.i(this, "bluetooth route added: " + bluetoothRoute); in handleBtConnected()680 mAvailableRoutes.add(bluetoothRoute); in handleBtConnected()681 mBluetoothRoutes.put(bluetoothRoute, bluetoothDevice); in handleBtConnected()697 AudioRoute bluetoothRoute = getBluetoothRoute(type, bluetoothDevice.getAddress()); in handleBtDisconnected() local698 if (bluetoothRoute != null) { in handleBtDisconnected()699 Log.i(this, "bluetooth route removed: " + bluetoothRoute); in handleBtDisconnected()700 mBluetoothRoutes.remove(bluetoothRoute); in handleBtDisconnected()701 mAvailableRoutes.remove(bluetoothRoute); in handleBtDisconnected()[all …]