Home
last modified time | relevance | path

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

/Zephyr-4.1.0/tests/bluetooth/gap/src/
Dmain.c124 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()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dgap.h1043 #define BT_GAP_US_TO_CONN_EVENT_LEN(_event_len) ((uint16_t)((_event_len) / 625U)) macro
1054 (BT_GAP_US_TO_CONN_EVENT_LEN((_event_len) * USEC_PER_MSEC))