Cordio: Fix default COC parameters.

The stack doesn't cope with zero COC client or channel on IAR.
pull/10733/head
Vincent Coubard 2019-06-04 14:45:45 +01:00
parent 11cb7f0119
commit 618e1e623e
1 changed files with 2 additions and 2 deletions

View File

@ -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": {