Searched defs:prov_bearer (Results 1 – 2 of 2) sorted by relevance
63 struct prov_bearer { struct65 bt_mesh_prov_bearer_t type; argument77 int (*link_accept)(const struct prov_bearer_cb *cb, void *cb_data); argument88 int (*send)(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, argument113 const struct prov_bearer_cb *cb, void *cb_data); argument122 void (*link_close)(enum prov_bearer_link_status status); argument131 extern const struct prov_bearer bt_mesh_pb_adv; argument
103 static bt_mesh_prov_bearer_t prov_bearer = 0xF8; variable