Searched defs:bt_mesh_msg_ctx (Results 1 – 1 of 1) sorted by relevance
134 struct bt_mesh_msg_ctx { struct136 uint16_t net_idx;139 uint16_t app_idx;142 uint16_t addr;145 uint16_t recv_dst;148 int8_t recv_rssi;151 uint8_t recv_ttl: 7;154 uint8_t send_rel: 1;180 struct bt_mesh_msg_ctx *ctx, argument