Hi Alain, > This patch adds an le_simult_central_peripheral features which allows a > clients to determine if the controller is able to support peripheral and > central connections separately and at the same time. > > Signed-off-by: Alain Michaud <alainm@xxxxxxxxxxxx> > --- > > Changes in v4: > - Wrapping the feature around an if (hdev) per Marcel's feedback. > > Changes in v3: > - Back to the original design of V1 and integrated Marcel's feedback. > > Changes in v2: > - Slight change of design based on offline feedback > > net/bluetooth/mgmt.c | 26 ++++++++++++++++++++++++-- > 1 file changed, 24 insertions(+), 2 deletions(-) I changed the code a little bit to make it simpler to read. See the modified v5 I just mailed to the mailing list. Regards Marcel