Skip to content

Commit

Permalink
Merge branch 'feat/send_data_len_afer_conn' into 'master'
Browse files Browse the repository at this point in the history
feat(nimble): Set data length after connection

See merge request espressif/esp-idf!32655
  • Loading branch information
rahult-github authored and nebkat committed Sep 28, 2024
2 parents 945af68 + 675fac1 commit 6147d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/bt/host/bluedroid/api/esp_gatts_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ esp_err_t esp_ble_gatts_send_indicate(esp_gatt_if_t gatts_if, uint16_t conn_id,
}

if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) {
LOG_DEBUG("%s, the l2cap chanel is congest.", __func__);
LOG_DEBUG("%s, the l2cap channel is congest.", __func__);
return ESP_FAIL;
}

Expand Down
2 changes: 1 addition & 1 deletion components/bt/host/nimble/nimble

0 comments on commit 6147d00

Please sign in to comment.