l2cap.h (a0549bf12c828ca3e78481902bce3330c32aa70d) l2cap.h (da9b76deb1b84f3e066f2d7d22ad14357f918e37)
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

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

240 uint16_t flush_timeout; // default 0xffff
241
242 uint16_t psm;
243
244 gap_security_level_t required_security_level;
245
246 uint8_t reason; // used in decline internal
247
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

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

240 uint16_t flush_timeout; // default 0xffff
241
242 uint16_t psm;
243
244 gap_security_level_t required_security_level;
245
246 uint8_t reason; // used in decline internal
247
248 uint8_t unknown_option; // used for ConfigResponse
249
248 // LE Data Channels
249
250 // incoming SDU
251 uint8_t * receive_sdu_buffer;
252 uint16_t receive_sdu_len;
253 uint16_t receive_sdu_pos;
254
255 // outgoing SDU

--- 438 unchanged lines hidden ---
250 // LE Data Channels
251
252 // incoming SDU
253 uint8_t * receive_sdu_buffer;
254 uint16_t receive_sdu_len;
255 uint16_t receive_sdu_pos;
256
257 // outgoing SDU

--- 438 unchanged lines hidden ---