Searched refs:BT_GAP_US_TO_CONN_INTERVAL (Results 1 – 5 of 5) sorted by relevance
104 zassert_equal(BT_GAP_US_TO_CONN_INTERVAL(10000U), 0x0008U); in ZTEST()106 zassert_equal(BT_GAP_US_TO_CONN_INTERVAL(11000U), 0x0008U); in ZTEST()108 zassert_equal(BT_GAP_US_TO_CONN_INTERVAL(12000U), 0x0009U); in ZTEST()
1002 #define BT_GAP_US_TO_CONN_INTERVAL(_interval) ((uint16_t)((_interval) / 1250U)) macro1013 (BT_GAP_US_TO_CONN_INTERVAL((_interval) * USEC_PER_MSEC))
65 #define CONN_INTERVAL_MIN BT_GAP_US_TO_CONN_INTERVAL(CONN_INTERVAL_MIN_US)66 #define CONN_INTERVAL_MAX BT_GAP_US_TO_CONN_INTERVAL(CONN_INTERVAL_MAX_US)
85 BT_LE_CONN_PARAM(BT_GAP_US_TO_CONN_INTERVAL(7500), BT_GAP_MS_TO_CONN_INTERVAL(30), 0, \
2467 BT_LE_CONN_PARAM(BT_GAP_US_TO_CONN_INTERVAL(7500), in test_main()2468 BT_GAP_US_TO_CONN_INTERVAL(20000), 0U, in test_main()