diff options
Diffstat (limited to 'core/java/android/bluetooth/IBluetoothGattCallback.aidl')
| -rw-r--r-- | core/java/android/bluetooth/IBluetoothGattCallback.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/IBluetoothGattCallback.aidl b/core/java/android/bluetooth/IBluetoothGattCallback.aidl index e3563fc..7c69a06 100644 --- a/core/java/android/bluetooth/IBluetoothGattCallback.aidl +++ b/core/java/android/bluetooth/IBluetoothGattCallback.aidl @@ -63,4 +63,5 @@ interface IBluetoothGattCallback { in int charInstId, in ParcelUuid charUuid, in byte[] value); void onReadRemoteRssi(in String address, in int rssi, in int status); + oneway void onAdvertiseStateChange(in int advertiseState, in int status); } |
