Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h481 int bt_mesh_provision_gatt(const uint8_t uuid[16], uint16_t net_idx, uint16_t addr,
/Zephyr-latest/subsys/bluetooth/mesh/
Dmain.c284 int bt_mesh_provision_gatt(const uint8_t uuid[16], uint16_t net_idx, uint16_t addr, in bt_mesh_provision_gatt() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c746 err = bt_mesh_provision_gatt(uuid, net_idx, addr, attention_duration); in cmd_provision_gatt()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c306 bt_mesh_provision_gatt(uuid, 0, prov_addr, 0); in unprovisioned_beacon_gatt()