Searched refs:mA2dpProfile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothA2dpConnector.java39 private BluetoothA2dp mA2dpProfile; field in class:BluetoothA2dpConnector
93 BluetoothA2dp mA2dpProfile = (BluetoothA2dp) proxy;
102 mA2dpProfile.connect(mTarget);
107 mA2dpProfile.setPriority(mTarget, BluetoothProfile.PRIORITY_AUTO_CONNECT);
132 if (mA2dpProfile != null) {
135 adapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dpProfile);
136 mA2dpProfile = null;

Completed in 84 milliseconds