Searched refs:bt_mesh_adv_send_start (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_legacy.c | 108 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()
|
D | adv.h | 123 void bt_mesh_adv_send_start(uint16_t duration, int err, struct bt_mesh_adv_ctx *ctx);
|
D | adv_ext.c | 244 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()
|
D | proxy_msg.c | 251 bt_mesh_adv_send_start(0, err, &adv->ctx); in proxy_relay_send()
|
D | adv.c | 62 void bt_mesh_adv_send_start(uint16_t duration, int err, struct bt_mesh_adv_ctx *ctx) in bt_mesh_adv_send_start() function
|