l2cap.h (a8409e807e64501eed511af3a39f148e0658f912) | l2cap.h (c425ea4ad2d8f180e6801d50044dd8902123ac56) |
---|---|
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 --- 145 unchanged lines hidden (view full) --- 154 uint16_t local_mtu; 155 156 // Number of buffers for outgoing data 157 uint8_t num_tx_buffers; 158 159 // Number of packets that can be received out of order (-> our tx_window size) 160 uint8_t num_rx_buffers; 161 | 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 --- 145 unchanged lines hidden (view full) --- 154 uint16_t local_mtu; 155 156 // Number of buffers for outgoing data 157 uint8_t num_tx_buffers; 158 159 // Number of packets that can be received out of order (-> our tx_window size) 160 uint8_t num_rx_buffers; 161 |
162 // Frame Check Sequence (FCS) Option 163 uint8_t fcs_option; 164 |
|
162} l2cap_ertm_config_t; 163 164// info regarding an actual channel 165// note: l2cap_fixed_channel and l2cap_channel_t share commmon fields 166 167typedef struct l2cap_fixed_channel { 168 // linked list - assert: first field 169 btstack_linked_item_t item; --- 492 unchanged lines hidden --- | 165} l2cap_ertm_config_t; 166 167// info regarding an actual channel 168// note: l2cap_fixed_channel and l2cap_channel_t share commmon fields 169 170typedef struct l2cap_fixed_channel { 171 // linked list - assert: first field 172 btstack_linked_item_t item; --- 492 unchanged lines hidden --- |