--- doc/mgmt-api.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 8e7de14..80edb14 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -2916,6 +2916,29 @@ Set Appearance Command Invalid Parameters Invalid Index +Get Supported PHYs Command +========================== + + Command Code: 0x0043 + Controller Index: <controller id> + Command Parameters: + Return Parameters: Supported_phys (1 Octet) + + This command is used to retrieve the supported phys by the + controller. + + Supported_phys is a bitmask with the following bits. + 0 LE 1M + 1 LE 2M + 2 LE CODED (LR) + + LE 1M would be supported by default. + + This command is only available for LE capable controllers. + It will return Not Supported otherwise. + + Possible errors: Not Supported + Invalid Index Command Complete Event ====================== -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html