Skip to content

Commit 0fa4d69

Browse files
BalaklakaPavelVPV
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 1a6993c commit 0fa4d69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/bluetooth/mesh/proxy_srv.c

+2
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)