Skip to content

Commit 1788c60

Browse files
Balaklakanordicjm
authored andcommitted
[nrf fromtree] Bluetooth: Mesh: Fix proxy after board reboot
When the board has been provisioned and the board is rebooted it was not possible to connect to the board through the proxy servcie. This fixes that the Mesh Proxy servive is restarted after the board is rebooted. Signed-off-by: Ingar Kulbrandstad <[email protected]> (cherry picked from commit db84181) Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 670f9eb commit 1788c60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/bluetooth/mesh/proxy_srv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,8 @@ int bt_mesh_proxy_gatt_enable(void)
983983
}
984984
}
985985

986+
bt_mesh_adv_gatt_update();
987+
986988
return 0;
987989
}
988990

0 commit comments

Comments
 (0)