Skip to content

Commit

Permalink
Bluetooth: Mesh: Fix subnet bridge table status type
Browse files Browse the repository at this point in the history
Changes status type to be status codes defined in Mesh Protocol 4.3.14
as defined for the `BRIDGING_TABLE_STATUS` message.

Signed-off-by: Håvard Reierstad <haavard.reierstad@nordicsemi.no>
  • Loading branch information
HaavardRei authored and nashif committed Sep 17, 2024
1 parent 092f808 commit 6846f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/bluetooth/mesh/brg_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct bridging_table_entry {
/** Bridging Table Status response */
struct bt_mesh_bridging_table_status {
/** Status Code of the requesting message */
enum bt_mesh_subnet_bridge_state status;
uint8_t status;
/** Requested Bridging Table entry */
struct bridging_table_entry entry;
};
Expand Down

0 comments on commit 6846f6f

Please sign in to comment.