Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_PARAM (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h965 #define BT_LE_ADV_PARAM(_options, _int_min, _int_max, _peer) \ macro
970 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, 0, 0, _peer)
979 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE, BT_GAP_ADV_FAST_INT_MIN_2, \
1005 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, BT_GAP_ADV_FAST_INT_MAX_1, \
1021 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, \
1030 #define BT_LE_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
1040 #define BT_LE_ADV_CONN_NAME_AD BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
1048 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_DIR_MODE_LOW_DUTY, \
1052 #define BT_LE_ADV_NCONN BT_LE_ADV_PARAM(0, BT_GAP_ADV_FAST_INT_MIN_2, \
1061 #define BT_LE_ADV_NCONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_NAME, \
[all …]
/Zephyr-latest/samples/bluetooth/bthome_sensor_template/src/
Dmain.c15 #define ADV_PARAM BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_IDENTITY, \
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_reflector.c201 err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, in main()
Dconnected_cs_reflector.c185 err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, in main()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c102 const struct bt_le_adv_param *ext_adv_param = BT_LE_ADV_PARAM( in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c53 err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY, in start_advertising()
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c49 static const struct bt_le_adv_param *param = BT_LE_ADV_PARAM(
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c83 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, ADV_INTERVAL_MIN, ADV_INTERVAL_MAX, NULL)
86 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV, ADV_INTERVAL_MIN, \
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/
Dmain.c43 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(80), \
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c667 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, ext_adv_interval, ext_adv_interval, NULL); in create_big()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_initiator_broadcast_test.c45 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(140), \
Dcap_acceptor_test.c49 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN, \
Dgmap_ugg_test.c49 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(80), \
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c321 *BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(140), in btp_bap_broadcast_source_setup()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst804 * :c:macro:`BT_LE_ADV_PARAM` now returns a :code:`const` pointer.
810 The change to :c:macro:`BT_LE_ADV_PARAM` also affects all of its derivatives, including but not