l2cap.h (f062abd6f28c2e4930ed1a5d87015b5e7fdc1810) | l2cap.h (d48d37c33f15a6aefe205edcc0c5956c64e6359e) |
---|---|
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 --- 267 unchanged lines hidden (view full) --- 276 277 // number of packets remote will be granted 278 uint16_t new_credits_incoming; 279 280 // credits for incoming traffic 281 uint16_t credits_incoming; 282 283 // automatic credits incoming | 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 --- 267 unchanged lines hidden (view full) --- 276 277 // number of packets remote will be granted 278 uint16_t new_credits_incoming; 279 280 // credits for incoming traffic 281 uint16_t credits_incoming; 282 283 // automatic credits incoming |
284 uint16_t automatic_credits; | 284 bool automatic_credits; |
285 286#ifdef ENABLE_L2CAP_ENHANCED_CREDIT_BASED_FLOW_CONTROL_MODE 287 uint8_t cid_index; 288 uint8_t num_cids; 289#endif 290 291#ifdef ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE 292 --- 569 unchanged lines hidden --- | 285 286#ifdef ENABLE_L2CAP_ENHANCED_CREDIT_BASED_FLOW_CONTROL_MODE 287 uint8_t cid_index; 288 uint8_t num_cids; 289#endif 290 291#ifdef ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE 292 --- 569 unchanged lines hidden --- |