Home
last modified time | relevance | path

Searched refs:BT_GAP_MS_TO_CONN_TIMEOUT (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c116 zassert_equal(BT_GAP_MS_TO_CONN_TIMEOUT(4000U), 0x0190U); in ZTEST()
118 zassert_equal(BT_GAP_MS_TO_CONN_TIMEOUT(4005U), 0x0190U); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h1023 #define BT_GAP_MS_TO_CONN_TIMEOUT(_timeout) ((uint16_t)((_timeout) / 10U)) macro
1033 #define BT_GAP_US_TO_CONN_TIMEOUT(_timeout) (BT_GAP_MS_TO_CONN_TIMEOUT((_timeout) / USEC_PER_MSEC))
Dconn.h80 BT_GAP_MS_TO_CONN_TIMEOUT(4000))
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c96 BT_GAP_MS_TO_CONN_TIMEOUT(4000)); in device_found()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h86 BT_GAP_MS_TO_CONN_TIMEOUT(4000))
98 BT_GAP_MS_TO_CONN_TIMEOUT(4000))
107 BT_GAP_MS_TO_CONN_TIMEOUT(4000))
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c68 MAX(BT_GAP_US_TO_CONN_TIMEOUT(CONN_INTERVAL_MAX_US * 6U), BT_GAP_MS_TO_CONN_TIMEOUT(100U))
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c1059 BT_GAP_MS_TO_CONN_TIMEOUT(4000)); in central_create_connection()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugg_test.c462 0, BT_GAP_MS_TO_CONN_TIMEOUT(4000)), in scan_recv_cb()
Dmcc_test.c2469 BT_GAP_MS_TO_CONN_TIMEOUT(4000U))); in test_main()