This will allow to set the LE PHY preferences for
a connected device.
Reviewed-by: Anupam Roy <redacted>
---
doc/device-api.txt | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 4e824d2de..d0e108f74 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -272,3 +272,25 @@ Properties string Address [readonly]
Example:
<Transport Discovery> <Organization Flags...>
0x26 0x01 0x01...
+
+ array{string} Phy [readwrite, optional]
+
+ PHY Preferences for a connected device.
+
+ Note: The controller might not be able to make the
+ change because of reasons like peer not supporting
+ the requested PHY or it couldnot schedule due to
+ other activites.
+
+ This is only available for LE capable controllers.
+ It will return Not Supported Otherwise.
+
+ Possible values:
+ "LE1MTX"
+ "LE1MRX"
+ "LE2MTX"
+ "LE2MRX"
+ "LECODEDTX"
+ "LECODEDRX"
+ "LECODEDS2"
+ "LECODEDS8"--
2.17.1