Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_bearer_t (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h66 } bt_mesh_prov_bearer_t; typedef
255 void (*link_open)(bt_mesh_prov_bearer_t bearer);
264 void (*link_close)(bt_mesh_prov_bearer_t bearer);
427 int bt_mesh_prov_enable(bt_mesh_prov_bearer_t bearers);
437 int bt_mesh_prov_disable(bt_mesh_prov_bearer_t bearers);
/Zephyr-latest/subsys/bluetooth/mesh/
Dprov_bearer.h65 bt_mesh_prov_bearer_t type;
Dprovisionee.c685 int bt_mesh_prov_enable(bt_mesh_prov_bearer_t bearers) in bt_mesh_prov_enable()
724 int bt_mesh_prov_disable(bt_mesh_prov_bearer_t bearers) in bt_mesh_prov_disable()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c444 static const char *bearer2str(bt_mesh_prov_bearer_t bearer) in bearer2str()
601 static void link_open(bt_mesh_prov_bearer_t bearer) in link_open()
606 static void link_close(bt_mesh_prov_bearer_t bearer) in link_close()
777 static int cmd_pb(bt_mesh_prov_bearer_t bearer, const struct shell *sh, in cmd_pb()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c282 static void prov_link_open(bt_mesh_prov_bearer_t bearer) in prov_link_open()
287 static void prov_link_close(bt_mesh_prov_bearer_t bearer) in prov_link_close()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1191 static void link_open(bt_mesh_prov_bearer_t bearer) in link_open()
1216 static void link_close(bt_mesh_prov_bearer_t bearer) in link_close()