Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 2e2e50011d0c6685a7e2f3dc1d777a19fb4b11e6 https://github.com/bluez/bluez/commit/2e2e50011d0c6685a7e2f3dc1d777a19fb4b11e6 Author: Kiran K <kiran.k@xxxxxxxxx> Date: 2024-01-25 (Thu, 25 Jan 2024) Changed paths: M src/shared/bap.c Log Message: ----------- bap: Fix update of context Fix context getting updated with support_context. Commit: 6c15afefcd7187cab0b299fb49f67def2254d9ac https://github.com/bluez/bluez/commit/6c15afefcd7187cab0b299fb49f67def2254d9ac Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2024-01-25 (Thu, 25 Jan 2024) Changed paths: M src/shared/att.c M src/shared/att.h M src/shared/gatt-client.c M src/shared/gatt-client.h Log Message: ----------- shared/gatt: Prevent security level change for PTS GATT tests Some PTS GATT tests like GATT/CL/GAR/BI-04-C request to be able to get the security error and do not try to change the security level. This commit adds the ability to prevent to change the security level for an operation. Commit: f0cef854f9637bcb16b5cf04c2720c8edc81b200 https://github.com/bluez/bluez/commit/f0cef854f9637bcb16b5cf04c2720c8edc81b200 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2024-01-25 (Thu, 25 Jan 2024) Changed paths: M tools/btgatt-client.c Log Message: ----------- btgatt-client: Add command to prevent security level change Some PTS GATT tests like GATT/CL/GAR/BI-04-C request to be able to get the security error and do not try to change the security level. This commit adds the ability to prevent to change the security level. Commit: 68cd2ae6f5134888b6285d20f3b6232c5bf641f0 https://github.com/bluez/bluez/commit/68cd2ae6f5134888b6285d20f3b6232c5bf641f0 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2024-01-25 (Thu, 25 Jan 2024) Changed paths: M tools/btgatt-client.c Log Message: ----------- btgatt-client: Add function to search service based on UUID This is requested to pass PTS GATT/CL/GAD/BV-02-C test. Commit: 647adf9260ff554a5b2907ce2c327a9d8b5bd258 https://github.com/bluez/bluez/commit/647adf9260ff554a5b2907ce2c327a9d8b5bd258 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2024-01-25 (Thu, 25 Jan 2024) Changed paths: M tools/btgatt-client.c Log Message: ----------- btgatt-client: Add function to search characteristics This is requested to pass PTS GATT/CL/GAD/BV-05-C test. This search characteristics based on UUID, start and end handles. Commit: 0de32f67f685b95c35a5c2f1206081af89bd88b6 https://github.com/bluez/bluez/commit/0de32f67f685b95c35a5c2f1206081af89bd88b6 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2024-01-25 (Thu, 25 Jan 2024) Changed paths: M tools/btgatt-client.c Log Message: ----------- btgatt-client: Add function to search all primary services This is requested to pass PTS GATT/CL/GAD/BV-01-C test. Compare: https://github.com/bluez/bluez/compare/d3971990d926...0de32f67f685