Home
last modified time | relevance | path

Searched refs:bt_mesh_send_cb (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/mesh/
Ddelayable_msg.h11 uint16_t src_addr, const struct bt_mesh_send_cb *cb,
Dtransport.h85 size_t data_len, const struct bt_mesh_send_cb *cb,
99 const struct bt_mesh_send_cb *cb, void *cb_data);
Dadv.h49 const struct bt_mesh_send_cb *cb;
83 void bt_mesh_adv_send(struct bt_mesh_adv *adv, const struct bt_mesh_send_cb *cb,
Dnet.h303 const struct bt_mesh_send_cb *cb, void *cb_data);
330 static inline void send_cb_finalize(const struct bt_mesh_send_cb *cb, in send_cb_finalize()
Dheartbeat.c101 static int heartbeat_send(const struct bt_mesh_send_cb *cb, void *cb_data) in heartbeat_send()
163 static const struct bt_mesh_send_cb publish_cb = { in hb_publish()
366 static const struct bt_mesh_send_cb pub_cb = { in bt_mesh_hb_feature_changed()
Daccess.h107 const struct bt_mesh_send_cb *cb, void *cb_data);
Ddelayable_msg.c36 const struct bt_mesh_send_cb *cb;
222 uint16_t src_addr, const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_delayable_msg_manage()
Dtransport.c92 const struct bt_mesh_send_cb *cb;
120 const struct bt_mesh_send_cb *cb, void *cb_data, in send_unseg()
269 const struct bt_mesh_send_cb *cb = tx->cb; in seg_tx_complete()
338 static const struct bt_mesh_send_cb seg_sent_cb = {
486 const struct bt_mesh_send_cb *cb, void *cb_data, in send_seg()
646 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_trans_send()
1067 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_ctl_send()
Dlpn.c205 static const struct bt_mesh_send_cb clear_sent_cb = {
351 static const struct bt_mesh_send_cb friend_req_send_cb = {
453 static const struct bt_mesh_send_cb req_send_cb = {
Ddfu_srv.c226 const struct bt_mesh_send_cb *send_cb) in update_status_rsp()
404 static const struct bt_mesh_send_cb send_cb = { in handle_apply()
Dadv.c259 void bt_mesh_adv_send(struct bt_mesh_adv *adv, const struct bt_mesh_send_cb *cb, in bt_mesh_adv_send()
Ddfu_cli.c289 static const struct bt_mesh_send_cb send_cb = {
309 struct net_buf_simple *buf, const struct bt_mesh_send_cb *cb, in tx()
328 const struct bt_mesh_send_cb *cb) in info_get()
Drpr_srv.c215 static const struct bt_mesh_send_cb report_cb = {
400 const struct bt_mesh_send_cb *cb) in inbound_pdu_send()
1378 static const struct bt_mesh_send_cb send_cb = { in node_refresh_buf_send()
Dbeacon.c269 static const struct bt_mesh_send_cb send_cb = { in net_beacon_send()
Drpr_cli.c417 static const struct bt_mesh_send_cb pdu_send_cb = {
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h197 const struct bt_mesh_send_cb *send_cb,
200 const struct bt_mesh_send_cb *send_cb, void *cb_data);
206 void bt_mesh_test_send_over_adv_cb(void *data, size_t len, const struct bt_mesh_send_cb *cb,
Dtest_replay_cache.c126 static const struct bt_mesh_send_cb send_cb = { in test_tx_immediate_replay_attack()
191 static const struct bt_mesh_send_cb send_cb = { in test_tx_power_replay_attack()
257 static struct bt_mesh_send_cb cb = { in msg_send()
Dmesh_test.c448 const struct bt_mesh_send_cb *send_cb, in bt_mesh_test_send_async()
505 static const struct bt_mesh_send_cb send_cb = { in bt_mesh_test_send()
535 const struct bt_mesh_send_cb *send_cb, void *cb_data) in bt_mesh_test_send_data()
573 void bt_mesh_test_send_over_adv_cb(void *data, size_t len, const struct bt_mesh_send_cb *cb, in bt_mesh_test_send_over_adv_cb()
Dtest_iv_index.c37 static const struct bt_mesh_send_cb async_send_cb = {
Dtest_advertiser.c31 static struct bt_mesh_send_cb send_cb;
660 static const struct bt_mesh_send_cb send_cb = { in adv_create_and_send()
Dtest_suspend.c342 const struct bt_mesh_send_cb send_cb = { in dut_gatt_common()
Dtest_transport.c115 static const struct bt_mesh_send_cb async_send_cb = {
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/
Dmain.c34 static struct bt_mesh_send_cb send_cb = {
52 const struct bt_mesh_send_cb *cb, void *cb_data) in bt_mesh_access_send()
59 ztest_check_expected_data(cb, sizeof(struct bt_mesh_send_cb)); in bt_mesh_access_send()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h942 struct bt_mesh_send_cb { struct
978 const struct bt_mesh_send_cb *cb, argument
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst240 functionality raises the :c:member:`bt_mesh_send_cb.start` callback with a transport layer
247 the :c:member:`bt_mesh_send_cb.start` callback is raised with an error code.

12