Searched refs:mCodecConfig (Results 1 – 1 of 1) sorted by relevance
43 private final BluetoothCodecConfig mCodecConfig; field in BluetoothCodecStatus50 mCodecConfig = codecConfig; in BluetoothCodecStatus()59 return (Objects.equals(other.mCodecConfig, mCodecConfig) && in equals()70 return Objects.hash(mCodecConfig, mCodecsLocalCapabilities, in hashCode()76 return "{mCodecConfig:" + mCodecConfig + in toString()103 out.writeTypedObject(mCodecConfig, 0); in writeToParcel()114 return mCodecConfig; in getCodecConfig()