Files
ZephCore/zephcore/boards/common
liquidraver 65311f0ea9 fix(ble): resolve two Phase 3 audit findings
1. CONFIG_BT_DEVICE_NAME_GATT_WRITABLE=y removed. The default GAP
   Device Name write permission is plain BT_GATT_PERM_WRITE — no
   bonding required (Zephyr gap_svc.c:158). Any connected peer
   (bonded or not) could rename the device. Worse, a GAP write
   updates bt_get_name() but NOT prefs.node_name, so the advertised
   name wouldn't track the renamed value. Rename now flows
   exclusively through CMD_SET_ADVERT_NAME, which is NUS-protected
   (AUTHEN required) and properly propagates via
   zephcore_ble_update_name() to prefs + GATT + adv data.

2. CONFIG_BT_DIS_FW_REV_STR synced from "1.13.0" to "v1.15.1-zephyr"
   to match CompanionMesh.cpp CMD_DEVICE_QUERY's version string.
   Comment added requiring the two to stay in sync.
2026-05-20 16:00:17 +02:00
..
2026-03-04 09:21:05 +01:00
2026-03-14 10:37:49 +01:00
2026-03-10 16:01:00 +01:00
2026-03-11 14:51:51 +01:00
2026-03-11 14:51:51 +01:00
2026-03-16 14:17:18 +01:00
2026-02-25 17:16:03 +01:00
2026-04-05 14:34:06 +02:00
2026-03-04 09:21:05 +01:00