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 beb081d commit 59c7796Copy full SHA for 59c7796
nimble/host/src/ble_eatt.c
@@ -412,7 +412,8 @@ ble_eatt_setup_cb(struct ble_npl_event *ev)
412
BLE_EATT_LOG_DEBUG("eatt: connecting eatt on conn_handle 0x%04x\n", eatt->conn_handle);
413
414
rc = ble_l2cap_enhanced_connect(eatt->conn_handle, BLE_EATT_PSM,
415
- MYNEWT_VAL(BLE_EATT_MTU), 1, &om,
+ MYNEWT_VAL(BLE_EATT_MTU),
416
+ eatt->chan_num, &om,
417
ble_eatt_l2cap_event_fn, eatt);
418
if (rc) {
419
BLE_EATT_LOG_ERROR("eatt: Failed to connect EATT on conn_handle 0x%04x (status=%d)\n",
0 commit comments