Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java108 public int hapGetHapGroup(BluetoothDevice device) { in hapGetHapGroup() method in LeAudioViewModel
109 return bluetoothProxy.hapGetHapGroup(device); in hapGetHapGroup()
DMainActivity.java630 final int group_id = leAudioViewModel.hapGetHapGroup(device); in setupViewsProfileUiEventListeners()
642 final int group_id = leAudioViewModel.hapGetHapGroup(device); in setupViewsProfileUiEventListeners()
DBluetoothProxy.java1484 public int hapGetHapGroup(BluetoothDevice device) { in hapGetHapGroup() method in BluetoothProxy