Home
last modified time | relevance | path

Searched refs:BT_GAP_US_TO_CONN_INTERVAL (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c104 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()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h1002 #define BT_GAP_US_TO_CONN_INTERVAL(_interval) ((uint16_t)((_interval) / 1250U)) macro
1013 (BT_GAP_US_TO_CONN_INTERVAL((_interval) * USEC_PER_MSEC))
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c65 #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)
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h85 BT_LE_CONN_PARAM(BT_GAP_US_TO_CONN_INTERVAL(7500), BT_GAP_MS_TO_CONN_INTERVAL(30), 0, \
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c2467 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()