esp_ble_mesh_proxy_identity_enable() function
Enable advertising with Node Identity.
Syntax
esp_err_t esp_ble_mesh_proxy_identity_enable(void); Return value
ESP_OK on success or error code otherwise.
Notes
This API requires that GATT Proxy support be enabled. Once called, each subnet starts advertising using Node Identity for the next 60 seconds, and after 60s Network ID will be advertised. Under normal conditions, the BLE Mesh Proxy Node Identity and Network ID advertising will be enabled automatically by BLE Mesh stack after the device is provisioned.