Home
last modified time | relevance | path

Searched refs:svc_reg_attempts (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c962 static uint32_t svc_reg_attempts; variable
969 if ((err == -EINVAL) && ((--svc_reg_attempts) > 0)) { in svc_reg_work_handler()
1003 svc_reg_attempts = PROXY_SVC_REG_ATTEMPTS; in bt_mesh_proxy_gatt_enable()