mirror of https://github.com/ARMmbed/mbed-os.git
Cordio: Fix default COC parameters.
The stack doesn't cope with zero COC client or channel on IAR.pull/10733/head
parent
11cb7f0119
commit
618e1e623e
|
@ -24,12 +24,12 @@
|
|||
},
|
||||
"max-l2cap-channels": {
|
||||
"help": "Maximum number of connection oriented channels",
|
||||
"value": 0,
|
||||
"value": 1,
|
||||
"macro_name": "L2C_COC_CHAN_MAX"
|
||||
},
|
||||
"max-l2cap-clients": {
|
||||
"help": "Maximum number of connection oriented channel registered clients",
|
||||
"value": 0,
|
||||
"value": 1,
|
||||
"macro_name": "L2C_COC_REG_MAX"
|
||||
},
|
||||
"max-att-writes": {
|
||||
|
|
Loading…
Reference in New Issue