Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dadv.c121 struct bt_mesh_adv *bt_mesh_adv_ref(struct bt_mesh_adv *adv) in bt_mesh_adv_ref() function
279 k_fifo_put(&bt_mesh_friend_queue, bt_mesh_adv_ref(adv)); in bt_mesh_adv_send()
288 k_fifo_put(&bt_mesh_relay_queue, bt_mesh_adv_ref(adv)); in bt_mesh_adv_send()
293 k_fifo_put(&bt_mesh_adv_queue, bt_mesh_adv_ref(adv)); in bt_mesh_adv_send()
Dadv.h75 struct bt_mesh_adv *bt_mesh_adv_ref(struct bt_mesh_adv *adv);
Dproxy_msg.c225 &msg, buf_send_end, bt_mesh_adv_ref(adv)); in proxy_relay_send()
246 k_fifo_put(&role->pending, bt_mesh_adv_ref(adv)); in bt_mesh_proxy_relay_send()
Dadv_ext.c245 ext_adv->adv = bt_mesh_adv_ref(adv); in adv_send()