Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_legacy.c108 bt_mesh_adv_send_start(duration, err, ctx); in bt_data_send()
203 bt_mesh_adv_send_start(0, -ENODEV, &adv->ctx); in adv_thread()
Dadv.h123 void bt_mesh_adv_send_start(uint16_t duration, int err, struct bt_mesh_adv_ctx *ctx);
Dadv_ext.c244 bt_mesh_adv_send_start(duration, err, &adv->ctx); in adv_send()
281 bt_mesh_adv_send_start(0, -ECANCELED, &adv->ctx); in adv_queue_send_process()
Dproxy_msg.c251 bt_mesh_adv_send_start(0, err, &adv->ctx); in proxy_relay_send()
Dadv.c62 void bt_mesh_adv_send_start(uint16_t duration, int err, struct bt_mesh_adv_ctx *ctx) in bt_mesh_adv_send_start() function