fix(ble_mesh): update ble 50 macro on unsupported version

This commit is contained in:
luoxu
2025-05-27 14:26:48 +08:00
parent bd4fee986c
commit cf321a1647
2 changed files with 6 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ enum bt_mesh_adv_type {
BLE_MESH_ADV_URI,
BLE_MESH_ADV_BLE,
BLE_MESH_ADV_PROXY_SOLIC,
BLE_MESH_ADV_TYPES_NUM,
};
struct bt_mesh_adv {