From 26a70e2ac330a836f7b1a9c08e98c9d80e5c86a2 Mon Sep 17 00:00:00 2001 From: Roshan Date: Fri, 3 Feb 2023 22:34:55 +0530 Subject: [PATCH] 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 810d07b3d..50fe18c65 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