Searched refs:BT_CONN_INTERVAL_TO_US (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.c | 65 BT_CONN_INTERVAL_TO_US(interval), latency, timeout); in conn_param_updated_cb()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 110 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/ |
D | main.c | 115 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/ |
D | common.c | 132 BT_CONN_INTERVAL_TO_US(interval), latency, timeout); in conn_param_updated_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ |
D | per_adv_sync.c | 120 info->interval, BT_CONN_INTERVAL_TO_US(info->interval)); in sync_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 785 #define BT_CONN_INTERVAL_TO_US(interval) ((interval) * 1250U) macro
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 568 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/ |
D | bap_broadcast_assistant.c | 444 K_USEC(BT_CONN_INTERVAL_TO_US(conn_info.le.interval))); in long_bap_read()
|
D | bap_unicast_client.c | 1712 K_USEC(BT_CONN_INTERVAL_TO_US(conn_info.le.interval))); in long_ase_read()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 3543 2 * (conn->le.latency + 1) * BT_CONN_INTERVAL_TO_US(conn->le.interval); in credit_based_connection_delay()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 414 * Added a new ``BT_CONN_INTERVAL_TO_US`` utility macro.
|