Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 4337eb25b04cc168a102c56e817fef20bb62cf75 https://github.com/bluez/bluez/commit/4337eb25b04cc168a102c56e817fef20bb62cf75 Author: Jakub Tyszkowski <jakub.tyszkowski@xxxxxxxxxxx> Date: 2023-07-21 (Fri, 21 Jul 2023) Changed paths: M monitor/bt.h Log Message: ----------- monitor: Fix adv_handle size in the set info transfer packet As per Bluetooth Core 5.4 Vol 4. Part E, 7.8.90, adv_handle is 1 octet size and not 2. Commit: cc9f3a8e510a5ac8c0441a7714256dca969b695b https://github.com/bluez/bluez/commit/cc9f3a8e510a5ac8c0441a7714256dca969b695b Author: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@xxxxxxxxxxx> Date: 2023-07-21 (Fri, 21 Jul 2023) Changed paths: M monitor/bt.h Log Message: ----------- monitor: Fix invalid Create BIG Test command As per Bluetooth Core 5.4 Vol 4 Part E, 7.8.104, max pdu is 2 octect long and there is no adv_handle before encyption flag Commit: aee361c8eb0fd0fa102ed4190de526cc339b8906 https://github.com/bluez/bluez/commit/aee361c8eb0fd0fa102ed4190de526cc339b8906 Author: Łukasz Rymanowski <lukasz.rymanowski@xxxxxxxxxxx> Date: 2023-07-21 (Fri, 21 Jul 2023) Changed paths: M monitor/packet.c Log Message: ----------- btmon: Fix obvious typo Commit: d8ca06631b7434ea8837f9c571bfe31d6602d31f https://github.com/bluez/bluez/commit/d8ca06631b7434ea8837f9c571bfe31d6602d31f Author: Łukasz Rymanowski <lukasz.rymanowski@xxxxxxxxxxx> Date: 2023-07-21 (Fri, 21 Jul 2023) Changed paths: M monitor/bt.h M monitor/packet.c Log Message: ----------- btmon: Make BIG identifier consistent Bluetooth spec uses BIG Handle as a BIG identifier. Btmon sometimes use this and sometimes BIG ID. This patch makes code consistent Compare: https://github.com/bluez/bluez/compare/82d3d803d4c5...d8ca06631b74