Home
last modified time | relevance | path

Searched refs:BT_LE_PER_ADV_PARAM (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c89 err = bt_le_per_adv_set_param(*adv, BT_LE_PER_ADV_PARAM(BT_GAP_PER_ADV_FAST_INT_MIN_2, in create_ext_adv()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c107 const struct bt_le_per_adv_param *per_adv_param = BT_LE_PER_ADV_PARAM( in main()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c88 err = bt_le_per_adv_set_param(*adv, BT_LE_PER_ADV_PARAM(BT_GAP_PER_ADV_FAST_INT_MIN_2, in create_ext_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c160 err = bt_le_per_adv_set_param(*adv, BT_LE_PER_ADV_PARAM(BT_GAP_PER_ADV_FAST_INT_MIN_2, in create_ext_adv()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1340 #define BT_LE_PER_ADV_PARAM(_int_min, _int_max, _options) \ macro
1345 #define BT_LE_PER_ADV_DEFAULT BT_LE_PER_ADV_PARAM(BT_GAP_PER_ADV_SLOW_INT_MIN, \
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h136 BT_LE_PER_ADV_PARAM(BT_GAP_MS_TO_PER_ADV_INTERVAL(60), BT_GAP_MS_TO_PER_ADV_INTERVAL(60), \
146 BT_LE_PER_ADV_PARAM(BT_GAP_MS_TO_PER_ADV_INTERVAL(150), \
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c670 BT_LE_PER_ADV_PARAM(adv_interval, adv_interval, BT_LE_PER_ADV_OPT_NONE); in create_big()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_cap.c605 BT_LE_PER_ADV_PARAM(BT_GAP_PER_ADV_FAST_INT_MIN_2, in cap_broadcast_source_adv_setup()
Dbtp_bap_broadcast.c486 *BT_LE_PER_ADV_PARAM(BT_GAP_MS_TO_PER_ADV_INTERVAL(150), in btp_bap_broadcast_source_setup_v2()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1562 BT_LE_PER_ADV_PARAM(sys_le16_to_cpu(cp->interval_min), in padv_configure()