Loading framework/java/android/bluetooth/BluetoothProfile.java +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading framework/java/android/bluetooth/BluetoothUuid.java +5 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,11 @@ public final class BluetoothUuid { /** @hide */ @NonNull @SystemApi public static final ParcelUuid COORDINATED_SET = ParcelUuid.fromString("00001846-0000-1000-8000-00805F9B34FB"); /** @hide */ @NonNull @SystemApi public static final ParcelUuid BASE_UUID = ParcelUuid.fromString("00000000-0000-1000-8000-00805F9B34FB"); Loading Loading
framework/java/android/bluetooth/BluetoothProfile.java +7 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
framework/java/android/bluetooth/BluetoothUuid.java +5 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,11 @@ public final class BluetoothUuid { /** @hide */ @NonNull @SystemApi public static final ParcelUuid COORDINATED_SET = ParcelUuid.fromString("00001846-0000-1000-8000-00805F9B34FB"); /** @hide */ @NonNull @SystemApi public static final ParcelUuid BASE_UUID = ParcelUuid.fromString("00000000-0000-1000-8000-00805F9B34FB"); Loading