From 7753e335f74279adbe13d5418cb61902668f40ac Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 27 May 2016 14:43:37 +0300 Subject: [PATCH] Bluetooth: Fix advertising parameters documentation Change-Id: I67af3d5928ffa76cfe8c8f7a25ad65eb6493821f Signed-off-by: Johan Hedberg --- include/bluetooth/bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bluetooth/bluetooth.h b/include/bluetooth/bluetooth.h index 54be7ca19ce..561ca37cb54 100644 --- a/include/bluetooth/bluetooth.h +++ b/include/bluetooth/bluetooth.h @@ -117,7 +117,7 @@ struct bt_le_adv_param { /** Helper to declare advertising parameters inline * - * @param _flags Advertising Flags + * @param _options Advertising Options * @param _int_min Minimum advertising interval * @param _int_max Maximum advertising interval */