Searched refs:bt_mesh_init (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_mesh.c | 192 err = bt_mesh_init(&genie_mesh_provision, &genie_composition, NULL); in bt_ready_cb()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | main.h | 396 int bt_mesh_init(const struct bt_mesh_prov *prov, const struct bt_mesh_comp *comp,
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | main.c | 422 int bt_mesh_init(const struct bt_mesh_prov *prov, const struct bt_mesh_comp *comp, in bt_mesh_init() function
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 446 ret = bt_mesh_init(&prov, &comp, NULL); in bt_mesh_ready()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 906 ret = bt_mesh_init(&node_prov, mesh_comp, prov_comp->provisioner); in ble_mesh_node_init() 959 ret = bt_mesh_init(&node_prov, mesh_comp, NULL); in ble_mesh_node_init()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 479 ret = bt_mesh_init(&prov, &comp, NULL); in ble_stack_mesh_init()
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 914 err = bt_mesh_init(&prov, &comp, &provisioner); in cmd_init() 916 err = bt_mesh_init(&prov, &comp, NULL); in cmd_init()
|
Completed in 28 milliseconds