Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_get (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.h195 const struct bt_mesh_prov *bt_mesh_prov_get(void);
Dpb_gatt_srv.c222 const struct bt_mesh_prov *prov = bt_mesh_prov_get(); in gatt_prov_adv_create()
Dbeacon.c360 prov = bt_mesh_prov_get(); in unprovisioned_beacon_send()
409 prov = bt_mesh_prov_get(); in unprovisioned_beacon_recv()
Dprov.c301 const struct bt_mesh_prov *bt_mesh_prov_get(void) in bt_mesh_prov_get() function
Dmain.c88 prov = bt_mesh_prov_get(); in bt_mesh_provision()
Dpb_adv.c911 if (memcmp(buf->data, bt_mesh_prov_get()->uuid, 16)) { in link_open()
Drpr_srv.c668 const struct bt_mesh_prov *prov = bt_mesh_prov_get(); in handle_extended_scan_start()