Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c960 static void svc_reg_work_handler(struct k_work *work);
961 static struct k_work_delayable svc_reg_work = Z_WORK_DELAYABLE_INITIALIZER(svc_reg_work_handler);
964 static void svc_reg_work_handler(struct k_work *work) in svc_reg_work_handler() function