Message ID | 20230620204053.643608-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,1/3] mgmt-api: Update Device Found Event documentation | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 20 Jun 2023 13:40:51 -0700 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > This updates Device Found Event documentation to mention the new flag > introduced to track when the event is generated due a interleaved Scan > Response that couldn't be merged. > --- > doc/mgmt-api.txt | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [BlueZ,1/3] mgmt-api: Update Device Found Event documentation https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=98383b917a43 - [BlueZ,2/3] monitor: Add missing flags to MGMT Device Found Event https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=741a04aba0c3 - [BlueZ,3/3] adapter: Handle Device Found Event with Scan Response flag https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c8235156c31b You are awesome, thank you!
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index c7191a028238..59e61d361dc2 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -4399,6 +4399,7 @@ Device Found Event 2 Not Connectable 3 Reserved (not in use) 4 Name Request Failed + 5 Scan Response For the RSSI field a value of 127 indicates that the RSSI is not available. That can happen with Bluetooth 1.1 and earlier
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This updates Device Found Event documentation to mention the new flag introduced to track when the event is generated due a interleaved Scan Response that couldn't be merged. --- doc/mgmt-api.txt | 1 + 1 file changed, 1 insertion(+)