diff options
Diffstat (limited to 'core/java/android/bluetooth/IBluetoothGatt.aidl')
-rw-r--r-- | core/java/android/bluetooth/IBluetoothGatt.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/IBluetoothGatt.aidl b/core/java/android/bluetooth/IBluetoothGatt.aidl index 4ca57f8..72abeaf 100644 --- a/core/java/android/bluetooth/IBluetoothGatt.aidl +++ b/core/java/android/bluetooth/IBluetoothGatt.aidl @@ -103,4 +103,5 @@ interface IBluetoothGatt { in boolean confirm, in byte[] value); void disconnectAll(); void unregAll(); + int numHwTrackFiltersAvailable(); } |