Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: d987ff347b83e4a49d1b646ccf182a19f118d96a https://github.com/bluez/bluez/commit/d987ff347b83e4a49d1b646ccf182a19f118d96a Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M monitor/analyze.c Log Message: ----------- monitor: Plot RX information with -a/--analyze This attempts to plot the RX information just as TX: Found BR-ACL connection with handle 256 Address: XX:XX:XX:XX:XX:XX RX packets: 60/60 RX Latency: 0-39040 msec (~20294 msec) RX size: 6-344 octets (~34 octets) RX speed: ~0 Kb/s 100 +-+------------------------------------------------------------------+ +| | +| RX +-----+ | +| | +| | +| | | | | | 10 +-| | +| | +| | +| | +| | +| | | | | | 1 +-| + + + | +| | | | | ++------------------------------------------------------------------+ + + + + + + + + + 0 5000 10000 15000 20000 25000 30000 35000 40000 Latency (ms) TX packets: 22548/22547 TX Latency: 3-73 msec (~11 msec) TX size: 6-850 octets (~847 octets) TX speed: ~568 Kb/s Commit: b9c57e815e6e63965c6b0fa5907f7a761d169091 https://github.com/bluez/bluez/commit/b9c57e815e6e63965c6b0fa5907f7a761d169091 Author: Karl Bieber <karl.bieber@xxxxxxxxx> Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M src/main.c Log Message: ----------- main: Fix missing comma Commit: 0ee60b31a8432b0737df2bfdbf630c24ca7ef4d3 https://github.com/bluez/bluez/commit/0ee60b31a8432b0737df2bfdbf630c24ca7ef4d3 Author: Simon Mikuda <simon.mikuda@xxxxxxxxxxxxxxxxxxx> Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M src/error.c M src/error.h Log Message: ----------- error: Add "Invalid exchange" mapping This error is returned on this event: > HCI Event: Auth Complete (0x06) plen 3 Status: PIN or Key Missing (0x06) Handle: 11 Address: 00:00:00:00:00:00 (OUI 00-00-00) Commit: 59569c1f947d648f1e0b9234dad3707f6c34739b https://github.com/bluez/bluez/commit/59569c1f947d648f1e0b9234dad3707f6c34739b Author: Simon Mikuda <simon.mikuda@xxxxxxxxxxxxxxxxxxx> Date: 2023-08-07 (Mon, 07 Aug 2023) Changed paths: M profiles/audio/a2dp.c Log Message: ----------- a2dp: Expose "Key missing" error This error is not expected and retries will likely end up with same error. Compare: https://github.com/bluez/bluez/compare/9665025cc042...59569c1f947d