Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsController.java122 int hapGroupId = mHapClientProfile.getHapGroup(mCachedDevice.getDevice()); in onPreferenceChange() local
124 if (hapGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) { in onPreferenceChange()
125 selectPresetSynchronously(hapGroupId, presetIndex); in onPreferenceChange()
212 public void onPresetSelectionForGroupFailed(int hapGroupId, int reason) { in onPresetSelectionForGroupFailed() argument
213 if (hapGroupId == mHapClientProfile.getHapGroup(mCachedDevice.getDevice())) { in onPresetSelectionForGroupFailed()
214 Log.w(TAG, "onPresetSelectionForGroupFailed, group: " + hapGroupId in onPresetSelectionForGroupFailed()
251 public void onSetPresetNameForGroupFailed(int hapGroupId, int reason) { in onSetPresetNameForGroupFailed() argument
252 if (hapGroupId == mHapClientProfile.getHapGroup(mCachedDevice.getDevice())) { in onSetPresetNameForGroupFailed()
253 Log.w(TAG, "onSetPresetNameForGroupFailed, group: " + hapGroupId in onSetPresetNameForGroupFailed()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClientCallback.aidl32 void onPresetSelectionForGroupFailed(in int hapGroupId, in int statusCode); in onPresetSelectionForGroupFailed() argument
37 void onSetPresetNameForGroupFailed(in int hapGroupId, in int status); in onSetPresetNameForGroupFailed() argument
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java151 int hapGroupId, @GroupPresetSelectionFailureReason int reason); in onPresetSelectionForGroupFailed() argument
233 int hapGroupId, @GroupPresetNameChangeFailureReason int reason); in onSetPresetNameForGroupFailed() argument
264 public void onPresetSelectionForGroupFailed(int hapGroupId, int statusCode) {
272 hapGroupId, statusCode));
305 public void onSetPresetNameForGroupFailed(int hapGroupId, int status) {
311 () -> callback.onSetPresetNameForGroupFailed(hapGroupId, status));
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java657 public void onPresetSelectionForGroupFailed(int hapGroupId, int statusCode) { in initProfiles()
659 if (hapGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) in initProfiles()
671 .equals(hapGroupId)) in initProfiles()
678 + hapGroupId in initProfiles()
729 public void onSetPresetNameForGroupFailed(int hapGroupId, int status) { in initProfiles()
731 if (hapGroupId != BluetoothCsipSetCoordinator.GROUP_ID_INVALID) in initProfiles()
743 .equals(hapGroupId)) in initProfiles()