We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ffc18 commit 7eabf1cCopy full SHA for 7eabf1c
include/bluetooth/bluetooth.h
@@ -709,6 +709,14 @@ struct bt_le_per_adv_param {
709
BT_GAP_ADV_FAST_INT_MAX_2, \
710
NULL)
711
712
+/** Connectable extended advertising with @ref BT_LE_ADV_OPT_USE_NAME */
713
+#define BT_LE_EXT_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | \
714
+ BT_LE_ADV_OPT_CONNECTABLE | \
715
+ BT_LE_ADV_OPT_USE_NAME, \
716
+ BT_GAP_ADV_FAST_INT_MIN_2, \
717
+ BT_GAP_ADV_FAST_INT_MAX_2, \
718
+ NULL)
719
+
720
/** Non-connectable extended advertising with private address */
721
#define BT_LE_EXT_ADV_NCONN BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, \
722
BT_GAP_ADV_FAST_INT_MIN_2, \
0 commit comments