Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/unit/src/com/android/settingslib/bluetooth/
H A DBluetoothLeBroadcastMetadataExtTest.kt24 import android.bluetooth.BluetoothLeBroadcastSubgroup
36 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply {
74 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply {
125 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply {
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothLeBroadcastMetadataExt.kt25 import android.bluetooth.BluetoothLeBroadcastSubgroup
129 private fun BluetoothLeBroadcastSubgroup.toQrCodeString(): String { regex
255 private fun parseSubgroupData(input: String): BluetoothLeBroadcastSubgroup {
282 return BluetoothLeBroadcastSubgroup.Builder().apply {
H A DLocalBluetoothLeBroadcast.java31 import android.bluetooth.BluetoothLeBroadcastSubgroup;
470 List<BluetoothLeBroadcastSubgroup> subgroup = bluetoothLeBroadcastMetadata.getSubgroups(); in updateBroadcastInfoFromBroadcastMetadata()