Hi Luiz/Ronan, This appears to have been an incorrect fix since parse_mode_config(config, "BREDR", params, ARRAY_SIZE(params)); will attempt to read from the BREDR section. My suggestion would be to update the group table entry instead: static const struct group_table { const char *name; const char **options; } valid_groups[] = { { "General", supported_options }, { "BREDR", br_options }, //<------ { "LE", le_options }, { "Policy", policy_options }, { "GATT", gatt_options }, { "AVDTP", avdtp_options }, { } }; Thanks, Alain On Tue, Nov 24, 2020 at 8:21 PM Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > > Hi Ronan, > > On Tue, Nov 24, 2020 at 4:07 PM <bluez.test.bot@xxxxxxxxx> wrote: > > > > This is automated email and please do not reply to this email! > > > > Dear submitter, > > > > Thank you for submitting the patches to the linux bluetooth mailing list. > > This is a CI test results with your patch series: > > PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=390539 > > > > ---Test result--- > > > > ############################## > > Test: CheckPatch - PASS > > > > ############################## > > Test: CheckGitLint - PASS > > > > ############################## > > Test: CheckBuild - PASS > > > > ############################## > > Test: MakeCheck - PASS > > > > > > > > --- > > Regards, > > Linux Bluetooth > > Applied, thanks. > > > -- > Luiz Augusto von Dentz