/Zephyr-latest/subsys/bluetooth/mesh/ |
D | delayable_msg.h | 11 uint16_t src_addr, const struct bt_mesh_send_cb *cb,
|
D | transport.h | 85 size_t data_len, const struct bt_mesh_send_cb *cb, 99 const struct bt_mesh_send_cb *cb, void *cb_data);
|
D | adv.h | 49 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,
|
D | net.h | 303 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()
|
D | heartbeat.c | 101 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()
|
D | access.h | 107 const struct bt_mesh_send_cb *cb, void *cb_data);
|
D | delayable_msg.c | 36 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()
|
D | transport.c | 92 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()
|
D | lpn.c | 205 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 = {
|
D | dfu_srv.c | 226 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()
|
D | adv.c | 259 void bt_mesh_adv_send(struct bt_mesh_adv *adv, const struct bt_mesh_send_cb *cb, in bt_mesh_adv_send()
|
D | dfu_cli.c | 289 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()
|
D | rpr_srv.c | 215 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()
|
D | beacon.c | 269 static const struct bt_mesh_send_cb send_cb = { in net_beacon_send()
|
D | rpr_cli.c | 417 static const struct bt_mesh_send_cb pdu_send_cb = {
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.h | 197 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,
|
D | test_replay_cache.c | 126 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()
|
D | mesh_test.c | 448 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()
|
D | test_iv_index.c | 37 static const struct bt_mesh_send_cb async_send_cb = {
|
D | test_advertiser.c | 31 static struct bt_mesh_send_cb send_cb; 660 static const struct bt_mesh_send_cb send_cb = { in adv_create_and_send()
|
D | test_suspend.c | 342 const struct bt_mesh_send_cb send_cb = { in dut_gatt_common()
|
D | test_transport.c | 115 static const struct bt_mesh_send_cb async_send_cb = {
|
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 34 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/ |
D | access.h | 942 struct bt_mesh_send_cb { struct 978 const struct bt_mesh_send_cb *cb, argument
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 240 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.
|