Searched refs:BluetoothLeBroadcastSubgroup (Results 1 – 3 of 3) sorted by relevance
24 import android.bluetooth.BluetoothLeBroadcastSubgroup36 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply {74 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply {125 val subgroup = BluetoothLeBroadcastSubgroup.Builder().apply {
25 import android.bluetooth.BluetoothLeBroadcastSubgroup129 private fun BluetoothLeBroadcastSubgroup.toQrCodeString(): String { regex255 private fun parseSubgroupData(input: String): BluetoothLeBroadcastSubgroup {282 return BluetoothLeBroadcastSubgroup.Builder().apply {
31 import android.bluetooth.BluetoothLeBroadcastSubgroup;470 List<BluetoothLeBroadcastSubgroup> subgroup = bluetoothLeBroadcastMetadata.getSubgroups(); in updateBroadcastInfoFromBroadcastMetadata()