Home
last modified time | relevance | path

Searched refs:auto_add_appkey (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dprovisioner_prov.h54 u8_t auto_add_appkey; member
64 uint8_t auto_add_appkey; member
100 uint8_t auto_add_appkey; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/
A Dmesh_node.c346 uint8_t auto_add_appkey = 0; in provisioner_node_cb() local
348 auto_add_appkey = ble_mesh_provisioner_get_add_appkey_flag(node->prim_unicast); in provisioner_node_cb()
350 if (auto_add_appkey) { in provisioner_node_cb()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_prov.c307 uint8_t auto_add_appkey; member
315 .auto_add_appkey = 0,
700 unprov_dev[i].auto_add_appkey = add_dev->auto_add_appkey; in bt_mesh_provisioner_add_unprov_dev()
2627 node[j].auto_add_appkey = unprov_dev[rm].auto_add_appkey; in prov_complete()
2657 return node[i].auto_add_appkey; in get_node_auto_add_appkey_flag()
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/
A Dmesh_provisioner.c435 unprov_dev.auto_add_appkey = add_appkey; in ble_mesh_provisioner_dev_add()

Completed in 13 milliseconds