Home
last modified time | relevance | path

Searched refs:BT_CONN_INTERVAL_TO_US (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c67 BT_CONN_INTERVAL_TO_US(interval), latency, timeout); in conn_param_updated_cb()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c110 per_interval_us = BT_CONN_INTERVAL_TO_US(info->interval); in scan_recv()
148 BT_CONN_INTERVAL_TO_US(biginfo->iso_interval), in biginfo_cb()
154 iso_interval_us = BT_CONN_INTERVAL_TO_US(biginfo->iso_interval); in biginfo_cb()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c115 info->interval, BT_CONN_INTERVAL_TO_US(info->interval), info->sid); in scan_recv()
121 per_interval_us = BT_CONN_INTERVAL_TO_US(info->interval); in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c122 info->interval, BT_CONN_INTERVAL_TO_US(info->interval)); in sync_cb()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c168 BT_CONN_INTERVAL_TO_US(interval), latency, timeout); in conn_param_updated_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h786 #define BT_CONN_INTERVAL_TO_US(interval) ((interval) * 1250U) macro
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c571 info->interval, BT_CONN_INTERVAL_TO_US(info->interval), in scan_recv()
1200 info->interval, BT_CONN_INTERVAL_TO_US(info->interval), in per_adv_sync_sync_cb()
1258 BT_CONN_INTERVAL_TO_US(biginfo->iso_interval), biginfo->burst_number, in per_adv_sync_biginfo_cb()
3517 BT_CONN_INTERVAL_TO_US(info.le.interval)); in cmd_info()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c461 K_USEC(BT_CONN_INTERVAL_TO_US(conn_info.le.interval))); in long_bap_read()
Dtbs.c934 K_USEC(BT_CONN_INTERVAL_TO_US(info.le.interval))); in notify_handler_cb()
Dbap_unicast_client.c1712 K_USEC(BT_CONN_INTERVAL_TO_US(conn_info.le.interval))); in long_ase_read()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c3573 2 * (conn->le.latency + 1) * BT_CONN_INTERVAL_TO_US(conn->le.interval); in credit_based_connection_delay()
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst414 * Added a new ``BT_CONN_INTERVAL_TO_US`` utility macro.