This change adds a new property to indicate the support for concurrent LE roles which means that the controller has reported the appropriate LE_Supported_States (hdev->le_states) and that the controller's driver has reported correctly handling the various reported states. --- doc/adapter-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index acae032d9..fb3a246a7 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -326,3 +326,8 @@ Properties string Address [readonly] Local Device ID information in modalias format used by the kernel and udev. + + boolean ConcurrentLERolesSupported [readonly] + + Indicates if the adapter supports concurrent central + and peripheral role at the same time. -- 2.26.0.292.g33ef6b2f38-goog