Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: cedace72c3f71d356fc1895787569c7412ee94b2 https://github.com/bluez/bluez/commit/cedace72c3f71d356fc1895787569c7412ee94b2 Author: Simon Mikuda <simon.mikuda@xxxxxxxxxxxxxxxxxxx> Date: 2023-03-28 (Tue, 28 Mar 2023) Changed paths: M tools/l2test.c Log Message: ----------- l2test: Enable hex input for PSM Commit: 54601cbcf283468ecb867d3db14ddbd1badbe858 https://github.com/bluez/bluez/commit/54601cbcf283468ecb867d3db14ddbd1badbe858 Author: Simon Mikuda <simon.mikuda@xxxxxxxxxxxxxxxxxxx> Date: 2023-03-28 (Tue, 28 Mar 2023) Changed paths: M lib/l2cap.h M tools/l2test.c Log Message: ----------- l2test: Fix setting mode for BR/EDR l2cap socket BT_MODE_* enums are used only for socket SOL_BLUETOOTH, option BT_MODE Otherwise we should use L2CAP_MODE_* enums. Compare: https://github.com/bluez/bluez/compare/011e562a98a8...54601cbcf283