summaryrefslogtreecommitdiff
path: root/bluetooth/sar/aidl/hardware/google/bluetooth/sar/IBluetoothSar.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth/sar/aidl/hardware/google/bluetooth/sar/IBluetoothSar.aidl')
-rw-r--r--bluetooth/sar/aidl/hardware/google/bluetooth/sar/IBluetoothSar.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/sar/aidl/hardware/google/bluetooth/sar/IBluetoothSar.aidl b/bluetooth/sar/aidl/hardware/google/bluetooth/sar/IBluetoothSar.aidl
index 023f634..96b37fc 100644
--- a/bluetooth/sar/aidl/hardware/google/bluetooth/sar/IBluetoothSar.aidl
+++ b/bluetooth/sar/aidl/hardware/google/bluetooth/sar/IBluetoothSar.aidl
@@ -93,5 +93,5 @@ interface IBluetoothSar {
* between 0-899. 900-999 may be user-assigned by vendor to add further names
* of countries, territories, or regions.
*/
- oneway void setBluetoothAreaCode(in int areaCode);
+ oneway void setBluetoothAreaCode(in byte[3] areaCode);
}