Searched refs:BT_GAP_US_TO_CONN_EVENT_LEN (Results 1 – 2 of 2) sorted by relevance
124 zassert_equal(BT_GAP_US_TO_CONN_EVENT_LEN(20000U), 0x0020U); in ZTEST()126 zassert_equal(BT_GAP_US_TO_CONN_EVENT_LEN(21000U), 0x0021U); in ZTEST()128 zassert_equal(BT_GAP_US_TO_CONN_EVENT_LEN(22000U), 0x0023U); in ZTEST()
1043 #define BT_GAP_US_TO_CONN_EVENT_LEN(_event_len) ((uint16_t)((_event_len) / 625U)) macro1054 (BT_GAP_US_TO_CONN_EVENT_LEN((_event_len) * USEC_PER_MSEC))