Searched refs:prov (Results 26 – 37 of 37) sorted by relevance
12
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 587 int bt_mesh_init(const struct bt_mesh_prov *prov,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_persistence.c | 405 static struct bt_mesh_prov prov = { in device_setup() local 413 bt_mesh_device_setup(&prov, &comp); in device_setup() 426 static struct bt_mesh_prov prov = { in provisioner_setup() local 438 bt_mesh_device_setup(&prov, &comp); in provisioner_setup()
|
D | test_advertiser.c | 397 static struct bt_mesh_prov prov = { in test_tx_proxy_mixin() local 404 bt_mesh_device_setup(&prov, &comp); in test_tx_proxy_mixin()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 46 uart:~$ mesh prov local 0 0x0001 51 ``mesh prov pb-adv on`` or ``mesh prov pb-gatt on``. The beacons can be picked up by an external 68 ``mesh prov local`` command above), we can perform self-configuration through any of the 288 ``mesh prov pb-gatt <Val(off, on)>`` 301 ``mesh prov pb-adv <Val(off, on)>`` 313 ``mesh prov remote-adv <UUID(1-16 hex)> <NetKeyIdx> <Addr> <AttDur(s)>`` 329 ``mesh prov remote-gatt <UUID(1-16 hex)> <NetKeyIdx> <Addr> <AttDur(s)>`` 342 ``mesh prov uuid [UUID(1-16 hex)]`` 350 ``mesh prov input-num <Number>`` 360 ``mesh prov input-str <String>`` [all …]
|
D | provisioning.rst | 41 ``OOB information`` field, as specified in the ``prov`` parameter passed to
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 652 static const struct bt_mesh_prov prov = { in mesh_init() local 660 return bt_mesh_init(&prov, &comp); in mesh_init()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 1359 static struct bt_mesh_prov prov = { variable 1399 prov.output_size = cp->out_size; in config_prov() 1400 prov.output_actions = sys_le16_to_cpu(cp->out_actions); in config_prov() 1401 prov.input_size = cp->in_size; in config_prov() 1402 prov.input_actions = sys_le16_to_cpu(cp->in_actions); in config_prov() 1407 prov.public_key_be = pub_key; in config_prov() 1408 prov.private_key_be = priv_key; in config_prov() 1412 err = bt_mesh_auth_method_set_output(prov.output_actions, prov.output_size); in config_prov() 1414 err = bt_mesh_auth_method_set_input(prov.input_actions, prov.input_size); in config_prov() 1502 err = bt_mesh_init(&prov, &comp); in init() [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1804 SHELL_CMD(prov, &prov_cmds, "Provisioning commands", bt_mesh_shell_mdl_cmds_help),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 360 * :github:`4036` - Coverity issue seen with CID: 175360 , in file: /subsys/bluetooth/host/mesh/prov…
|
D | release-notes-2.4.rst | 941 …x compile warning/error for array subscript 0 is outside the bounds in subsys/bluetooth/mesh/prov.c
|
D | release-notes-2.5.rst | 1470 * :github:`29634` - Build error: (Bluetooth: Mesh: split prov.c into two separate modules #28457)
|
D | release-notes-1.14.rst | 1444 * :github:`13855` - [Coverity CID :190961]Error handling issues in /subsys/bluetooth/host/mesh/prov…
|
12