Searched defs:mCodecStatus (Results 1 - 1 of 1) sorted by path

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java112 private BluetoothCodecStatus mCodecStatus = null; field in class:A2dpStateMachine
789 return mCodecStatus;
798 if (mCodecStatus != null) {
799 prevCodecConfig = mCodecStatus.getCodecConfig();
801 mCodecStatus = new BluetoothCodecStatus(
806 intent.putExtra(BluetoothCodecStatus.EXTRA_CODEC_STATUS, mCodecStatus);

Completed in 72 milliseconds