We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4422aa5 commit f87e7f9Copy full SHA for f87e7f9
nimble/host/src/ble_eatt.c
@@ -405,7 +405,8 @@ ble_eatt_setup_cb(struct ble_npl_event *ev)
405
BLE_EATT_LOG_DEBUG("eatt: connecting eatt on conn_handle 0x%04x\n", eatt->conn_handle);
406
407
rc = ble_l2cap_enhanced_connect(eatt->conn_handle, BLE_EATT_PSM,
408
- MYNEWT_VAL(BLE_EATT_MTU), 1, &om,
+ MYNEWT_VAL(BLE_EATT_MTU),
409
+ eatt->chan_num, &om,
410
ble_eatt_l2cap_event_fn, eatt);
411
if (rc) {
412
BLE_EATT_LOG_ERROR("eatt: Failed to connect EATT on conn_handle 0x%04x (status=%d)\n",
0 commit comments