Message ID | 20211105211245.424024-2-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Luiz Von Dentz |
Headers | show |
Series | [BlueZ,1/6] btdev: Add support for LE Set Privacy mode | expand |
Context | Check | Description |
---|---|---|
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
Hi Marcel, On Fri, Nov 5, 2021 at 2:12 PM Luiz Augusto von Dentz <luiz.dentz@gmail.com> wrote: > > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > This adds a new flag to Get/Set Device Flag commands so it is possible > to set the Device Privacy Mode which allows to connect when the > remote device uses either identity or random address. > --- > doc/mgmt-api.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt > index 97d33e30a..b7a152c14 100644 > --- a/doc/mgmt-api.txt > +++ b/doc/mgmt-api.txt > @@ -3421,6 +3421,7 @@ Get Device Flags Command > available bits: > > 0 Remote Wakeup enabled > + 1 Device Privacy Mode enabled > > This command generates a Command Complete event on success > or a Command Status event on failure. > -- > 2.31.1 Any comments on this? I'd like to apply it if that's ok with you.
Hi Luiz, >> This adds a new flag to Get/Set Device Flag commands so it is possible >> to set the Device Privacy Mode which allows to connect when the >> remote device uses either identity or random address. >> --- >> doc/mgmt-api.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt >> index 97d33e30a..b7a152c14 100644 >> --- a/doc/mgmt-api.txt >> +++ b/doc/mgmt-api.txt >> @@ -3421,6 +3421,7 @@ Get Device Flags Command >> available bits: >> >> 0 Remote Wakeup enabled >> + 1 Device Privacy Mode enabled >> >> This command generates a Command Complete event on success >> or a Command Status event on failure. >> -- >> 2.31.1 > > Any comments on this? I'd like to apply it if that's ok with you. just go ahead with this. Regards Marcel
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 97d33e30a..b7a152c14 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -3421,6 +3421,7 @@ Get Device Flags Command available bits: 0 Remote Wakeup enabled + 1 Device Privacy Mode enabled This command generates a Command Complete event on success or a Command Status event on failure.
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This adds a new flag to Get/Set Device Flag commands so it is possible to set the Device Privacy Mode which allows to connect when the remote device uses either identity or random address. --- doc/mgmt-api.txt | 1 + 1 file changed, 1 insertion(+)