Proxy¶
The Bluetooth Mesh Proxy feature allows legacy devices like phones to access
the Mesh network through GATT. The Proxy feature is only compiled in if the
CONFIG_BT_MESH_GATT_PROXY
option is set. The Proxy feature state is
controlled by the Configuration Server, and the initial value
can be set with bt_mesh_cfg_srv.gatt_proxy
.
API reference¶
-
group
bt_mesh_proxy
Bluetooth Mesh Proxy.
Functions
-
int
bt_mesh_proxy_identity_enable
(void)¶ Enable advertising with Node Identity.
This API requires that GATT Proxy support has been enabled. Once called each subnet will start advertising using Node Identity for the next 60 seconds.
- Return
0 on success, or (negative) error code on failure.
-
int