Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/bluetooth/mesh/
Dmain.h126 const uint8_t *static_val; member
357 int bt_mesh_auth_method_set_static(const uint8_t *static_val, uint8_t size);
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dprovisioner.c712 int bt_mesh_auth_method_set_static(const uint8_t *static_val, uint8_t size) in bt_mesh_auth_method_set_static() argument
714 if (!size || !static_val || size > 16) { in bt_mesh_auth_method_set_static()
720 memcpy(bt_mesh_prov_link.auth + 16 - size, static_val, size); in bt_mesh_auth_method_set_static()
Dprov_device.c102 net_buf_simple_add_u8(&buf, bt_mesh_prov->static_val ? BIT(0) : 0x00); in prov_invite()
163 bt_mesh_prov->static_val, bt_mesh_prov->static_val_len); in prov_start()
Dshell.c336 static uint8_t static_val[16]; variable
345 .static_val = NULL,
360 prov.static_val = NULL; in cmd_static_oob()
364 static_val, 16); in cmd_static_oob()
366 prov.static_val = static_val; in cmd_static_oob()
368 prov.static_val = NULL; in cmd_static_oob()
372 if (prov.static_val) { in cmd_static_oob()
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dmesh.c431 .static_val = static_auth,