Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_send (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisionee.c52 if (bt_mesh_prov_send(&buf, NULL)) { in prov_send_fail_msg()
131 if (bt_mesh_prov_send(&buf, NULL)) { in prov_invite()
263 if (bt_mesh_prov_send(&cfm, NULL)) { in send_confirm()
277 if (bt_mesh_prov_send(&buf, NULL)) { in send_input_complete()
322 if (bt_mesh_prov_send(&buf, public_key_sent)) { in send_pub_key()
412 if (bt_mesh_prov_send(&rnd, NULL)) { in send_random()
573 if (bt_mesh_prov_send(&msg, NULL)) { in prov_data()
Dprovisioner.c94 if (bt_mesh_prov_send(&inv, NULL)) { in send_invite()
141 if (bt_mesh_prov_send(&start, start_sent)) { in send_start()
371 if (bt_mesh_prov_send(&cfm, NULL)) { in send_confirm()
409 if (bt_mesh_prov_send(&buf, public_key_sent)) { in send_pub_key()
561 if (bt_mesh_prov_send(&pdu, NULL)) { in send_prov_data()
623 if (bt_mesh_prov_send(&rnd, NULL)) { in send_random()
Dprov.h155 static inline int bt_mesh_prov_send(struct net_buf_simple *buf, in bt_mesh_prov_send() function