Home
last modified time | relevance | path

Searched refs:provisionee (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisioner.c49 } provisionee; variable
57 provisionee.node != NULL) { in reset_state()
58 bt_mesh_cdb_node_del(provisionee.node, false); in reset_state()
89 net_buf_simple_add_u8(&inv, provisionee.attention_duration); in send_invite()
91 memcpy(bt_mesh_prov_link.conf_inputs.invite, &provisionee.attention_duration, in send_invite()
249 provisionee.elem_count = caps.elem_count; in prov_capabilities()
250 if (provisionee.elem_count == 0) { in prov_capabilities()
274 provisionee.elem_count); in prov_capabilities()
282 provisionee.node = in prov_capabilities()
283 bt_mesh_cdb_node_alloc(provisionee.uuid, in prov_capabilities()
[all …]
DCMakeLists.txt38 zephyr_library_sources_ifdef(CONFIG_BT_MESH_PROVISIONEE provisionee.c)
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst11 * The *provisionee* is the device that gets added to the network through the
13 provisionee is an *unprovisioned device*.
16 Advertising and GATT Provisioning bearers for the provisionee role, as well as
75 invitation. The invitations prompts the provisionee to call attention to
123 provisionee:
/Zephyr-latest/doc/security/
Dvulnerabilities.rst1288 bt: mesh: vulnerability in provisioning protocol implementation on provisionee side
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst276 * Added support for OOB Public Key in the provisionee role