Searched defs:bt_mesh_node (Results 1 – 1 of 1) sorted by relevance
21 struct bt_mesh_node { struct23 uint8_t addr[6]; /* Node device address */24 uint8_t addr_type; /* Node device address type */25 uint8_t dev_uuid[16]; /* Node Device UUID */26 uint16_t oob_info; /* Node OOB information */29 uint16_t unicast_addr; /* Node unicast address */30 uint8_t element_num; /* Node element number */54 int bt_mesh_provisioner_restore_node_info(struct bt_mesh_node *node); argument