mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 18:40:27 +00:00
l2cap: channel->automatic_credits is bool
This commit is contained in:
parent
ed68ae9dc7
commit
d48d37c33f
@ -281,7 +281,7 @@ typedef struct {
|
||||
uint16_t credits_incoming;
|
||||
|
||||
// automatic credits incoming
|
||||
uint16_t automatic_credits;
|
||||
bool automatic_credits;
|
||||
|
||||
#ifdef ENABLE_L2CAP_ENHANCED_CREDIT_BASED_FLOW_CONTROL_MODE
|
||||
uint8_t cid_index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user