l2cap.h (e6cc8be246e51ccf7071d0f45d1b55803504ffc8) l2cap.h (a4774f9a173f7ff3a51a68f73443dffeedefb670)
1/*
2 * Copyright (C) 2009-2012 by Matthias Ringwald
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

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

134 uint16_t remote_mtu;
135
136 uint16_t psm;
137
138 uint8_t packets_granted; // number of L2CAP/ACL packets client is allowed to send
139
140 uint8_t reason; // used in decline internal
141
1/*
2 * Copyright (C) 2009-2012 by Matthias Ringwald
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

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

134 uint16_t remote_mtu;
135
136 uint16_t psm;
137
138 uint8_t packets_granted; // number of L2CAP/ACL packets client is allowed to send
139
140 uint8_t reason; // used in decline internal
141
142 timer_source_t rtx; // also used for ertx
143
142 // client connection
143 void * connection;
144
145 // internal connection
146 btstack_packet_handler_t packet_handler;
147
148} l2cap_channel_t;
149

--- 82 unchanged lines hidden ---
144 // client connection
145 void * connection;
146
147 // internal connection
148 btstack_packet_handler_t packet_handler;
149
150} l2cap_channel_t;
151

--- 82 unchanged lines hidden ---