Searched refs:mBluetoothA2dp (Results 1 – 1 of 1) sorted by relevance
62 private BluetoothA2dp mBluetoothA2dp; field in LocalBluetoothManager116 mBluetoothA2dp = new BluetoothA2dp(context); in init()183 Set<BluetoothDevice> sinks = mBluetoothA2dp.getConnectedSinks(); in startScanning()186 if (mBluetoothA2dp.getSinkState(sink) == BluetoothA2dp.STATE_PLAYING) { in startScanning()