Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dstatistic.h10 void bt_mesh_stat_planned_count(struct bt_mesh_adv_ctx *ctx);
11 void bt_mesh_stat_succeeded_count(struct bt_mesh_adv_ctx *ctx);
Dadv.h48 struct bt_mesh_adv_ctx { struct
63 struct bt_mesh_adv_ctx ctx; argument
85 void bt_mesh_adv_send_end(int err, struct bt_mesh_adv_ctx const *ctx);
119 void bt_mesh_adv_send_start(uint16_t duration, int err, struct bt_mesh_adv_ctx *ctx);
Dstatistic.c24 void bt_mesh_stat_planned_count(struct bt_mesh_adv_ctx *ctx) in bt_mesh_stat_planned_count()
35 void bt_mesh_stat_succeeded_count(struct bt_mesh_adv_ctx *ctx) in bt_mesh_stat_succeeded_count()
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()
79 void bt_mesh_adv_send_end(int err, struct bt_mesh_adv_ctx const *ctx) in bt_mesh_adv_send_end()
91 struct bt_mesh_adv_ctx *ctx; in adv_create_from_pool()
Dadv_legacy.c49 struct bt_mesh_adv_ctx *ctx) in bt_data_send()
191 struct bt_mesh_adv_ctx ctx = adv->ctx; in adv_thread()
Dadv_ext.c307 struct bt_mesh_adv_ctx ctx = ext_adv->adv->ctx; in send_pending_adv()