Skip to content

Commit

Permalink
nimble/mesh: Fix syscfg restrictions for BLE_MESH_PROXY_MSG_LEN
Browse files Browse the repository at this point in the history
Make sure BLE_MESH_PROXY_MSG_LEN is properly set when both
BLE_MESH_PB_GATT and BLE_MESH_GATT_PROXY are set.
  • Loading branch information
sjanc committed Aug 1, 2024
1 parent 609f6a2 commit a466510
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nimble/host/mesh/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -977,11 +977,10 @@ syscfg.vals.BLE_MESH_GATT_PROXY:
syscfg.vals.BLE_MESH_PB_GATT:
BLE_MESH_PROXY: 1
BLE_MESH_PROV: 1
BLE_MESH_PROXY_MSG_LEN: 66

syscfg.vals.BLE_MESH_PB_ADV:
BLE_MESH_PROV: 1

syscfg.vals.'BLE_MESH_PB_GATT':
BLE_MESH_PROXY_MSG_LEN: 66
syscfg.vals.'BLE_MESH_GATT_PROXY':
syscfg.vals.'BLE_MESH_GATT_PROXY && !BLE_MESH_PB_GATT':
BLE_MESH_PROXY_MSG_LEN: 33

0 comments on commit a466510

Please sign in to comment.