diff options
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 190cbf7f9c..78d0e136cf 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -267,12 +267,19 @@ public interface BluetoothProfile { int LE_AUDIO_BROADCAST_ASSISTANT = 29; /** + * Battery Service + * + * @hide + */ + int BATTERY = 30; + + /** * 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 = 29; + int MAX_PROFILE_ID = 30; /** * Default priority for devices that we try to auto-connect to and |