aboutsummaryrefslogtreecommitdiff
path: root/src/android/aidl/com/android/server/thread/openthread/IOtDaemon.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/aidl/com/android/server/thread/openthread/IOtDaemon.aidl')
-rw-r--r--src/android/aidl/com/android/server/thread/openthread/IOtDaemon.aidl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/android/aidl/com/android/server/thread/openthread/IOtDaemon.aidl b/src/android/aidl/com/android/server/thread/openthread/IOtDaemon.aidl
index fbd99a43..61cae13c 100644
--- a/src/android/aidl/com/android/server/thread/openthread/IOtDaemon.aidl
+++ b/src/android/aidl/com/android/server/thread/openthread/IOtDaemon.aidl
@@ -111,6 +111,14 @@ oneway interface IOtDaemon {
in byte[] pendingOpDatasetTlvs, in IOtStatusReceiver receiver);
/**
+ * Sets the country code.
+ *
+ * @param countryCode 2 byte country code (as defined in ISO 3166) to set.
+ * @param receiver the receiver to receive result of this operation
+ */
+ oneway void setCountryCode(in String countryCode, in IOtStatusReceiver receiver);
+
+ /**
* Configures the Border Router features.
*
* @param brConfig the border router's configuration