Home
last modified time | relevance | path

Searched refs:BT_CONN_INTERVAL_TO_MS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dmain.c665 k_sleep(K_MSEC(BT_CONN_INTERVAL_TO_MS(info.le.interval))); in ZTEST_F()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h779 #define BT_CONN_INTERVAL_TO_MS(interval) ((interval) * 5U / 4U) macro
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c540 retry_delay_ms = BT_CONN_INTERVAL_TO_MS(info.le.interval); in state_transition_work_handler()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c507 (scan_filter.pa_interval > BT_CONN_INTERVAL_TO_MS(info->interval))) { in passes_scan_filter()