Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java391 public void getMaximumSubgroupsPerBroadcast() { in getMaximumSubgroupsPerBroadcast() method in LeAudioBinderTest
394 mBinder.getMaximumSubgroupsPerBroadcast(source); in getMaximumSubgroupsPerBroadcast()
395 verify(mLeAudioService).getMaximumSubgroupsPerBroadcast(); in getMaximumSubgroupsPerBroadcast()
DLeAudioServiceTest.java2610 assertThat(mService.getMaximumSubgroupsPerBroadcast()).isEqualTo(1); in testDefaultValuesOfSeveralGetters()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl123 int getMaximumSubgroupsPerBroadcast(in AttributionSource attributionSource); in getMaximumSubgroupsPerBroadcast() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java799 public int getMaximumSubgroupsPerBroadcast() { in getMaximumSubgroupsPerBroadcast() method in BluetoothLeBroadcast
806 return service.getMaximumSubgroupsPerBroadcast(mAttributionSource); in getMaximumSubgroupsPerBroadcast()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1391 public int getMaximumSubgroupsPerBroadcast() { in getMaximumSubgroupsPerBroadcast() method in LeAudioService
5361 public int getMaximumSubgroupsPerBroadcast(AttributionSource source) { in getMaximumSubgroupsPerBroadcast() method in LeAudioService.BluetoothLeAudioBinder
5368 return service.getMaximumSubgroupsPerBroadcast(); in getMaximumSubgroupsPerBroadcast()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt560 …ion(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public int getMaximumSubgroupsPerBroadcast();