mesh_network.h (8facb3ea411e090f6a191fc09bbb2bf27ec5bb67) mesh_network.h (6545a65bedf0ff47c0924b51fd0cb994dd0d26d8)
1/*
2 * Copyright (C) 2018 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 97 unchanged lines hidden (view full) ---

106typedef struct {
107 mesh_pdu_t pdu_header;
108
109 // access acknowledged message
110 uint16_t retransmit_count;
111 uint32_t retransmit_timeout_ms;
112 uint32_t ack_opcode;
113
1/*
2 * Copyright (C) 2018 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 97 unchanged lines hidden (view full) ---

106typedef struct {
107 mesh_pdu_t pdu_header;
108
109 // access acknowledged message
110 uint16_t retransmit_count;
111 uint32_t retransmit_timeout_ms;
112 uint32_t ack_opcode;
113
114 // seq_zero for segmented messages
115 uint16_t dummy;
116
114 // meta data network layer
115 uint16_t netkey_index;
116 // meta data transport layer
117 uint16_t appkey_index;
118 // transmic size
119 uint8_t transmic_len;
120 // akf - aid for access, opcode for control
121 uint8_t akf_aid_control;

--- 337 unchanged lines hidden ---
117 // meta data network layer
118 uint16_t netkey_index;
119 // meta data transport layer
120 uint16_t appkey_index;
121 // transmic size
122 uint8_t transmic_len;
123 // akf - aid for access, opcode for control
124 uint8_t akf_aid_control;

--- 337 unchanged lines hidden ---