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/
Dgap.h1004 #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()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1005 const uint16_t interval = BT_GAP_MS_TO_CONN_INTERVAL(60U);