Searched defs:bt_mesh_node_t (Results 1 – 1 of 1) sorted by relevance
28 struct bt_mesh_node_t { struct29 char node_name[MESH_NAME_SIZE]; /* Node name */31 u16_t oob_info; /* Node OOB information */32 u16_t unicast_addr; /* Node unicast address */33 u8_t element_num; /* Node element number */36 bt_u32_t iv_index; /* Node IV Index */37 u8_t dev_key[16]; /* Node device key */38 bool node_active;39 u8_t addr_val[6];40 u8_t addr_type:4;[all …]
Completed in 2 milliseconds