Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinator.aidl84 const int CSIS_GROUP_ID_INVALID = -1; field
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCsipSetCoordinator.java200 public static final int GROUP_ID_INVALID = IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java591 .orElse(IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID); in getGroupId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1372 if (groupId != IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID) { in connectionStateChanged()