Searched refs:BT_GAP_US_TO_PER_ADV_INTERVAL (Results 1 – 2 of 2) sorted by relevance
60 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()
907 #define BT_GAP_US_TO_PER_ADV_INTERVAL(_interval) ((uint16_t)((_interval) / 1250U)) macro918 (BT_GAP_US_TO_PER_ADV_INTERVAL((_interval) * USEC_PER_MSEC))