diff options
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index ff95269c30..b9b0a4da55 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -311,6 +311,13 @@ 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. * |