Searched defs:bt_mesh_prov_link (Results 1 – 2 of 2) sorted by relevance
119 struct bt_mesh_prov_link { struct122 const struct prov_bearer *bearer;123 const struct bt_mesh_prov_role *role;125 uint16_t addr; /* Assigned address */127 uint8_t algorithm; /* Authen algorithm */128 uint8_t oob_method; /* Authen method */152 extern struct bt_mesh_prov_link bt_mesh_prov_link; argument
31 struct bt_mesh_prov_link bt_mesh_prov_link; variable