You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2023/02/03 20:45:56 UTC

[mynewt-nimble] branch master updated: NimBLE/host: Remove duplicate parameter description

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 26a70e2a NimBLE/host: Remove duplicate parameter description
26a70e2a is described below

commit 26a70e2ac330a836f7b1a9c08e98c9d80e5c86a2
Author: Roshan <ro...@gmail.com>
AuthorDate: Fri Feb 3 22:34:55 2023 +0530

    NimBLE/host: Remove duplicate parameter description
---
 nimble/host/src/ble_l2cap.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/nimble/host/src/ble_l2cap.c b/nimble/host/src/ble_l2cap.c
index 810d07b3..50fe18c6 100644
--- a/nimble/host/src/ble_l2cap.c
+++ b/nimble/host/src/ble_l2cap.c
@@ -331,10 +331,6 @@ ble_l2cap_get_mtu(struct ble_l2cap_chan *chan)
  *                                  pointer to the appropriate handler gets
  *                                  written here.  The caller should pass the
  *                                  receive buffer to this callback.
- * @param out_rx_buf            If a full L2CAP packet has been received, this
- *                                  will point to the entire L2CAP packet.  To
- *                                  process the packet, pass this buffer to the
- *                                  receive handler (out_rx_cb).
  * @param out_reject_cid        Indicates whether an L2CAP Command Reject
  *                                  command should be sent.  If this equals -1,
  *                                  no reject should get sent.  Otherwise, the