Home
last modified time | relevance | path

Searched refs:BT_GAP_MS_TO_PER_ADV_INTERVAL (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c66 zassert_equal(BT_GAP_MS_TO_PER_ADV_INTERVAL(10U), 0x0008U); in ZTEST()
68 zassert_equal(BT_GAP_MS_TO_PER_ADV_INTERVAL(11U), 0x0008U); in ZTEST()
70 zassert_equal(BT_GAP_MS_TO_PER_ADV_INTERVAL(12U), 0x0009U); in ZTEST()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c108 BT_GAP_MS_TO_PER_ADV_INTERVAL(adv_interval_ms), in main()
109 BT_GAP_MS_TO_PER_ADV_INTERVAL(adv_interval_ms), BT_LE_PER_ADV_OPT_NONE); in main()
/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), \
147 BT_GAP_MS_TO_PER_ADV_INTERVAL(150), BT_LE_PER_ADV_OPT_NONE)
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h925 #define BT_GAP_MS_TO_PER_ADV_INTERVAL(_interval) \ macro
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c486 *BT_LE_PER_ADV_PARAM(BT_GAP_MS_TO_PER_ADV_INTERVAL(150), in btp_bap_broadcast_source_setup_v2()
487 BT_GAP_MS_TO_PER_ADV_INTERVAL(150), BT_LE_PER_ADV_OPT_NONE); in btp_bap_broadcast_source_setup_v2()