Home
last modified time | relevance | path

Searched refs:BT_GAP_PER_ADV_INTERVAL_TO_MS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c42 zassert_equal(BT_GAP_PER_ADV_INTERVAL_TO_MS(0x0008U), 10U); in ZTEST()
44 zassert_equal(BT_GAP_PER_ADV_INTERVAL_TO_MS(0x0009U), 11U); in ZTEST()
46 zassert_equal(BT_GAP_PER_ADV_INTERVAL_TO_MS(0x000aU), 12U); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h883 #define BT_GAP_PER_ADV_INTERVAL_TO_MS(_interval) \ macro
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c111 le_addr, broadcast_id, BT_GAP_PER_ADV_INTERVAL_TO_MS(info->interval), in bap_broadcast_assistant_scan_cb()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c1500 le_addr, broadcast_id, BT_GAP_PER_ADV_INTERVAL_TO_MS(info->interval), in bap_broadcast_assistant_scan_cb()