Searched refs:static_val_len (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_mesh.c | 216 genie_mesh_provision.static_val_len = STATIC_OOB_LENGTH; in genie_mesh_init()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | main.h | 86 u8_t static_val_len; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 172 .static_val_len = 0, 197 .static_val_len = 0, 845 node_prov.static_val_len = 16; in ble_mesh_node_init()
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 513 .static_val_len = 0, 651 prov.static_val_len = 0; in cmd_static_oob() 653 prov.static_val_len = hex2bin(argv[1], strlen(argv[1]), static_val, 16); in cmd_static_oob() 655 if (prov.static_val_len) { in cmd_static_oob() 663 printf("Static OOB value set (length %u)\n", prov.static_val_len); in cmd_static_oob() 685 prov.static_val_len = 0; in cmd_oob_mode() 708 prov.static_val_len = 0; in cmd_oob_mode() 723 prov.static_val_len = 0; in cmd_oob_mode()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | prov.c | 611 net_buf_simple_add_u8(&buf, prov->static_val && prov->static_val_len ? BIT(0) : 0x00); in prov_invite() 714 memcpy(plink.auth + 16 - prov->static_val_len, prov->static_val, prov->static_val_len); in prov_auth() 715 (void)memset(plink.auth, 0, sizeof(plink.auth) - prov->static_val_len); in prov_auth()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 248 prov.static_val_len = param->prov->cap.static_val_len; in ble_stack_mesh_init()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 487 prov.static_val_len = digest_len; in bt_mesh_profile_prov_init()
|
Completed in 19 milliseconds