Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisionee.c49 bt_mesh_prov_buf_init(&buf, PROV_FAILED); in prov_send_fail_msg()
83 bt_mesh_prov_buf_init(&buf, PROV_CAPABILITIES); in prov_invite()
253 bt_mesh_prov_buf_init(&cfm, PROV_CONFIRM); in send_confirm()
276 bt_mesh_prov_buf_init(&buf, PROV_INPUT_COMPLETE); in send_input_complete()
315 bt_mesh_prov_buf_init(&buf, PROV_PUB_KEY); in send_pub_key()
409 bt_mesh_prov_buf_init(&rnd, PROV_RANDOM); in send_random()
572 bt_mesh_prov_buf_init(&msg, PROV_COMPLETE); in prov_data()
Dprovisioner.c88 bt_mesh_prov_buf_init(&inv, PROV_INVITE); in send_invite()
115 bt_mesh_prov_buf_init(&start, PROV_START); in send_start()
359 bt_mesh_prov_buf_init(&cfm, PROV_CONFIRM); in send_confirm()
402 bt_mesh_prov_buf_init(&buf, PROV_PUB_KEY); in send_pub_key()
541 bt_mesh_prov_buf_init(&pdu, PROV_DATA); in send_prov_data()
620 bt_mesh_prov_buf_init(&rnd, PROV_RANDOM); in send_random()
Dprov.h161 static inline void bt_mesh_prov_buf_init(struct net_buf_simple *buf, uint8_t type) in bt_mesh_prov_buf_init() function