Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastSettings.java48 List<BluetoothLeBroadcastSubgroupSettings> subgroupSettings) { in BluetoothLeBroadcastSettings() argument
53 mSubgroupSettings = subgroupSettings; in BluetoothLeBroadcastSettings()
199 final List<BluetoothLeBroadcastSubgroupSettings> subgroupSettings =
202 subgroupSettings, BluetoothLeBroadcastSubgroupSettings.CREATOR);
203 for (BluetoothLeBroadcastSubgroupSettings setting : subgroupSettings) {
341 @NonNull BluetoothLeBroadcastSubgroupSettings subgroupSettings) { in addSubgroupSettings()
342 Objects.requireNonNull(subgroupSettings, "subgroupSettings cannot be null"); in addSubgroupSettings()
343 mSubgroupSettings.add(subgroupSettings); in addSubgroupSettings()