Home
last modified time | relevance | path

Searched refs:BT_GAP_ISO_INTERVAL_TO_MS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c32 zassert_equal(BT_GAP_ISO_INTERVAL_TO_MS(0x0004U), 5U); in ZTEST()
34 zassert_equal(BT_GAP_ISO_INTERVAL_TO_MS(0x0005U), 6U); in ZTEST()
36 zassert_equal(BT_GAP_ISO_INTERVAL_TO_MS(0x0006U), 7U); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h860 #define BT_GAP_ISO_INTERVAL_TO_MS(_interval) (BT_GAP_ISO_INTERVAL_TO_US(_interval) / USEC_PER_MSEC) macro