l2cap.h (4e6fa3a2bb1f2188dc6a70d31dd9c2c4532a102d) l2cap.h (a8409e807e64501eed511af3a39f148e0658f912)
1/*
2 * Copyright (C) 2014 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

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

287 uint8_t ertm_mandatory;
288
289 // Frame Chech Sequence (crc16) is present in both directions
290 uint8_t fcs_option;
291
292 // sender: max num of stored outgoing frames
293 uint8_t num_tx_buffers;
294
1/*
2 * Copyright (C) 2014 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

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

287 uint8_t ertm_mandatory;
288
289 // Frame Chech Sequence (crc16) is present in both directions
290 uint8_t fcs_option;
291
292 // sender: max num of stored outgoing frames
293 uint8_t num_tx_buffers;
294
295 // sender: num stored outgoing frames
296 uint8_t num_stored_tx_frames;
297
295 // sender: number of unacknowledeged I-Frames - frames have been sent, but not acknowledged yet
296 uint8_t unacked_frames;
297
298 // sender: buffer index of oldest packet
299 uint8_t tx_read_index;
300
301 // sender: buffer index to store next tx packet
302 uint8_t tx_write_index;

--- 356 unchanged lines hidden ---
298 // sender: number of unacknowledeged I-Frames - frames have been sent, but not acknowledged yet
299 uint8_t unacked_frames;
300
301 // sender: buffer index of oldest packet
302 uint8_t tx_read_index;
303
304 // sender: buffer index to store next tx packet
305 uint8_t tx_write_index;

--- 356 unchanged lines hidden ---