Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c22 zassert_equal(BT_GAP_ADV_INTERVAL_TO_MS(0x0020U), 20U); in ZTEST()
24 zassert_equal(BT_GAP_ADV_INTERVAL_TO_MS(0x0021U), 20U); in ZTEST()
26 zassert_equal(BT_GAP_ADV_INTERVAL_TO_MS(0x0022U), 21U); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h843 #define BT_GAP_ADV_INTERVAL_TO_MS(_interval) (BT_GAP_ADV_INTERVAL_TO_US(_interval) / USEC_PER_MSEC) macro