Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c60 zassert_equal(BT_GAP_US_TO_PER_ADV_INTERVAL(10000U), 0x0008U); in ZTEST()
62 zassert_equal(BT_GAP_US_TO_PER_ADV_INTERVAL(11000U), 0x0008U); in ZTEST()
64 zassert_equal(BT_GAP_US_TO_PER_ADV_INTERVAL(12000U), 0x0009U); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h907 #define BT_GAP_US_TO_PER_ADV_INTERVAL(_interval) ((uint16_t)((_interval) / 1250U)) macro
918 (BT_GAP_US_TO_PER_ADV_INTERVAL((_interval) * USEC_PER_MSEC))