Hi Marcel, On Wed, 2021-10-06 at 19:36 +0200, Marcel Holtmann wrote: > Hi Tedd, > > > This patch fixes the controller index in the Experimental Features > > Changed event for the offload_codec and the quality_report features to > > use the actual hdev index instead of non-controller index(0xffff) so the > > client can receive the event and know which controller the event is for. > > > > Fixes: 9332efdf02e9 ("Bluetooth: Add offload feature under experimental flag") > > Fixes: 50a75f15531a ("Bluetooth: Support the quality report events") > > > > Signed-off-by: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> > > --- > > net/bluetooth/mgmt.c | 15 +++++++++------ > > 1 file changed, 9 insertions(+), 6 deletions(-) > > patch has been applied to bluetooth-next tree, but I had to fix the commit ids. > I should have rebased the tree before get the commit it. Thanks! > Regards > > Marcel >