Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c65 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/audio/src/
Dcommon.c132 BT_CONN_INTERVAL_TO_US(interval), latency, timeout); in conn_param_updated_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c120 info->interval, BT_CONN_INTERVAL_TO_US(info->interval)); in sync_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h785 #define BT_CONN_INTERVAL_TO_US(interval) ((interval) * 1250U) macro
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c568 info->interval, BT_CONN_INTERVAL_TO_US(info->interval), in scan_recv()
1197 info->interval, BT_CONN_INTERVAL_TO_US(info->interval), in per_adv_sync_sync_cb()
1255 BT_CONN_INTERVAL_TO_US(biginfo->iso_interval), biginfo->burst_number, in per_adv_sync_biginfo_cb()
3515 BT_CONN_INTERVAL_TO_US(info.le.interval)); in cmd_info()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c444 K_USEC(BT_CONN_INTERVAL_TO_US(conn_info.le.interval))); in long_bap_read()
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.c3543 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.