mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
uwb(hal): Add a OID for country code set
Bug: 205787337 Test: Compiles Change-Id: Ie0cf91a5725fd58e26af884f7a5d2fdb0fd7fc81
This commit is contained in:
@@ -35,4 +35,5 @@ package android.hardware.uwb.fira_android;
|
||||
@Backing(type="byte") @VintfStability
|
||||
enum UwbVendorGidAndroidOids {
|
||||
ANDROID_GET_POWER_STATS = 0,
|
||||
ANDROID_SET_COUNTRY_CODE = 1,
|
||||
}
|
||||
|
||||
@@ -27,4 +27,7 @@ enum UwbVendorGidAndroidOids {
|
||||
// Supported only if the value returned by getSupportedAndroidCapabilities()
|
||||
// has the bit of UwbAndroidCapabilities.POWER_STATS_QUERY set to 1.
|
||||
ANDROID_GET_POWER_STATS = 0x0,
|
||||
// Used to set the current regulatory country code (determined usinag
|
||||
// SIM or hardcoded by OEM).
|
||||
ANDROID_SET_COUNTRY_CODE = 0x1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user