Message ID | 6752660792aa222640025a08ba9d95bcf9cf70b6.1675103676.git.pav@iki.fi (mailing list archive) |
---|---|
State | Accepted |
Commit | 0f2f7a8fe270e30c49343849a284eb29116b5487 |
Headers | show |
Series | [BlueZ,1/8] doc: add MGMT setting for CIS features, remove Quality Report | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
Hi Pauli, On Mon, Jan 30, 2023 at 10:48 AM Pauli Virtanen <pav@iki.fi> wrote: Let's have the btmon output in the description to make it easier to visualize how this changes affect it. > --- > monitor/packet.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/monitor/packet.c b/monitor/packet.c > index 44f1941bd..d9e8abf41 100644 > --- a/monitor/packet.c > +++ b/monitor/packet.c > @@ -12649,6 +12649,8 @@ static const struct bitfield_data mgmt_settings_table[] = { > { 15, "Static Address" }, > { 16, "PHY Configuration" }, > { 17, "Wideband Speech" }, > + { 18, "CIS Central" }, > + { 19, "CIS Peripheral" }, > { } > }; > > -- > 2.39.1 >
diff --git a/monitor/packet.c b/monitor/packet.c index 44f1941bd..d9e8abf41 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -12649,6 +12649,8 @@ static const struct bitfield_data mgmt_settings_table[] = { { 15, "Static Address" }, { 16, "PHY Configuration" }, { 17, "Wideband Speech" }, + { 18, "CIS Central" }, + { 19, "CIS Peripheral" }, { } };