Searched refs:IBluetoothCsipSetCoordinator (Results 1 – 6 of 6) sorted by relevance
200 public static final int GROUP_ID_INVALID = IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID;205 private IBluetoothCsipSetCoordinator mService;237 mService = IBluetoothCsipSetCoordinator.Stub.asInterface(service); in onServiceConnected()246 private IBluetoothCsipSetCoordinator getService() { in getService()277 final IBluetoothCsipSetCoordinator service = getService(); in lockGroup()307 final IBluetoothCsipSetCoordinator service = getService(); in unlockGroup()334 final IBluetoothCsipSetCoordinator service = getService(); in getGroupUuidMapByDevice()358 final IBluetoothCsipSetCoordinator service = getService(); in getAllGroupIds()376 final IBluetoothCsipSetCoordinator service = getService(); in getConnectedDevices()395 final IBluetoothCsipSetCoordinator service = getService(); in getDevicesMatchingConnectionStates()[all …]
32 import android.bluetooth.IBluetoothCsipSetCoordinator;591 .orElse(IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID); in getGroupId()658 groupId, IBluetoothCsipSetCoordinator.CSIS_GROUP_SIZE_UNKNOWN); in getDesiredGroupSize()773 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS: in getApiStatusCode()775 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_INVALID_GROUP: in getApiStatusCode()777 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_GROUP_NOT_CONNECTED: in getApiStatusCode()779 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_LOCKED_BY_OTHER: in getApiStatusCode()781 case IBluetoothCsipSetCoordinator.CSIS_LOCKED_GROUP_MEMBER_LOST: in getApiStatusCode()783 case IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_FAILED_OTHER_REASON: in getApiStatusCode()1038 static class BluetoothCsisBinder extends IBluetoothCsipSetCoordinator.Stub[all …]
32 interface IBluetoothCsipSetCoordinator { interface
24 "android/bluetooth/IBluetoothCsipSetCoordinator.aidl",
317 group_id, true, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()330 group_id, false, IBluetoothCsipSetCoordinator.CSIS_GROUP_LOCK_SUCCESS); in testGroupLockSetNative()
28 import android.bluetooth.IBluetoothCsipSetCoordinator;1372 if (groupId != IBluetoothCsipSetCoordinator.CSIS_GROUP_ID_INVALID) { in connectionStateChanged()