Searched refs:BT_GAP_MS_TO_CONN_EVENT_LEN (Results 1 – 2 of 2) sorted by relevance
130 zassert_equal(BT_GAP_MS_TO_CONN_EVENT_LEN(20U), 0x0020U); in ZTEST()132 zassert_equal(BT_GAP_MS_TO_CONN_EVENT_LEN(21U), 0x0021U); in ZTEST()134 zassert_equal(BT_GAP_MS_TO_CONN_EVENT_LEN(22U), 0x0023U); in ZTEST()
1045 #define BT_GAP_MS_TO_CONN_EVENT_LEN(_event_len) \ macro