Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c110 zassert_equal(BT_GAP_MS_TO_CONN_INTERVAL(10U), 0x0008U); in ZTEST()
112 zassert_equal(BT_GAP_MS_TO_CONN_INTERVAL(11U), 0x0008U); in ZTEST()
114 zassert_equal(BT_GAP_MS_TO_CONN_INTERVAL(12U), 0x0009U); in ZTEST()
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c95 BT_LE_CONN_PARAM(BT_GAP_MS_TO_CONN_INTERVAL(60), BT_GAP_MS_TO_CONN_INTERVAL(60), 0, in device_found()
/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, \
97 BT_LE_CONN_PARAM(BT_GAP_MS_TO_CONN_INTERVAL(10), BT_GAP_MS_TO_CONN_INTERVAL(30), 0, \
106 BT_LE_CONN_PARAM(BT_GAP_MS_TO_CONN_INTERVAL(50), BT_GAP_MS_TO_CONN_INTERVAL(70), 0, \
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h1012 #define BT_GAP_MS_TO_CONN_INTERVAL(_interval) \ macro
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c1058 BT_LE_CONN_PARAM(BT_GAP_INIT_CONN_INT_MIN, BT_GAP_MS_TO_CONN_INTERVAL(500U), 0, in central_create_connection()