Home
last modified time | relevance | path

Searched refs:link_accept (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt.c183 static int link_accept(const struct prov_bearer_cb *cb, void *cb_data) in link_accept() function
248 .link_accept = link_accept,
Dprov_bearer.h77 int (*link_accept)(const struct prov_bearer_cb *cb, void *cb_data); member
Dprovisionee.c689 pb_remote_srv.link_accept(bt_mesh_prov_bearer_cb_get(), NULL); in bt_mesh_prov_enable()
710 bt_mesh_pb_adv.link_accept(bt_mesh_prov_bearer_cb_get(), NULL); in bt_mesh_prov_enable()
715 bt_mesh_pb_gatt.link_accept(bt_mesh_prov_bearer_cb_get(), NULL); in bt_mesh_prov_enable()
Dpb_adv.c1090 .link_accept = prov_link_accept,
Drpr_srv.c1410 .link_accept = node_refresh_link_accept,