From fd45c86706760a0ba2d77413e32b9c12806cb3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Rymanowski?= Date: Mon, 23 Aug 2021 12:01:47 +0000 Subject: csip: Add constants for the Coordinated Set Identification Profile Bug: 150670922 Tag: #feature Test: compilation Sponsor: jpawlowski@ Change-Id: I331fe270b75f306d57a15933ab4afa2e48c8bf50 --- framework/java/android/bluetooth/BluetoothProfile.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'framework/java/android/bluetooth/BluetoothProfile.java') diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index bea32abd06..c4649b4276 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -228,13 +228,19 @@ public interface BluetoothProfile { */ int MCP_SERVER = 24; + /** + * Coordinated Set Identification Profile set coordinator + * + */ + int CSIP_SET_COORDINATOR = 25; + /** * Max profile ID. This value should be updated whenever a new profile is added to match * the largest value assigned to a profile. * * @hide */ - int MAX_PROFILE_ID = 24; + int MAX_PROFILE_ID = 25; /** * Default priority for devices that we try to auto-connect to and -- cgit v1.2.3