From e38eb31bcf8fa7e709fc31a66dcdd8b60881fac1 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Tue, 25 Feb 2025 14:51:45 +0530 Subject: [PATCH] fix(nimble): update data length after connection for all chips --- nimble/host/src/ble_gap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/nimble/host/src/ble_gap.c b/nimble/host/src/ble_gap.c index 9dafc9c85..918479df7 100644 --- a/nimble/host/src/ble_gap.c +++ b/nimble/host/src/ble_gap.c @@ -2751,10 +2751,8 @@ ble_gap_event_connect_call(uint16_t conn_handle, int status) ble_gap_event_listener_call(&event); ble_gap_call_conn_event_cb(&event, handle); -#if !SOC_ESP_NIMBLE_CONTROLLER ble_hs_hci_util_set_data_len(le16toh(conn_handle), BLE_HCI_SUGG_DEF_DATALEN_TX_OCTETS_MAX, BLE_HCI_SUGG_DEF_DATALEN_TX_TIME_MAX); -#endif } void