Home
last modified time | relevance | path

Searched refs:bitsPerSampleValue (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSettings.java1963 int bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in writeBluetoothConfigurationOption() local
2092 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_16; in writeBluetoothConfigurationOption()
2095 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_24; in writeBluetoothConfigurationOption()
2098 bitsPerSampleValue = BluetoothCodecConfig.BITS_PER_SAMPLE_32; in writeBluetoothConfigurationOption()
2153 sampleRateValue, bitsPerSampleValue, in writeBluetoothConfigurationOption()