Hi Alain, > This change adds the relevant driver and quirk to allow drivers to > report the le_states as being trustworthy. > > This has historically been disabled as controllers did not reliably > support this. In particular, this will be used to relax this condition > for controllers that have been well tested and reliable. > > /* Most controller will fail if we try to create new connections > * while we have an existing one in slave role. > */ > if (hdev->conn_hash.le_num_slave > 0) > return NULL; > > Signed-off-by: Alain Michaud <alainm@xxxxxxxxxxxx> > --- > > drivers/bluetooth/btusb.c | 2 +- > include/net/bluetooth/hci.h | 9 +++++++++ > 2 files changed, 10 insertions(+), 1 deletion(-) all 3 patches have been applied to bluetooth-next tree. Regards Marcel