Searched refs:BT_CONN_INTERVAL_TO_US (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.c | 67 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/host/adv/periodic/src/ |
D | per_adv_sync.c | 122 info->interval, BT_CONN_INTERVAL_TO_US(info->interval)); in sync_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | common.c | 168 BT_CONN_INTERVAL_TO_US(interval), latency, timeout); in conn_param_updated_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 786 #define BT_CONN_INTERVAL_TO_US(interval) ((interval) * 1250U) macro
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 571 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/ |
D | bap_broadcast_assistant.c | 461 K_USEC(BT_CONN_INTERVAL_TO_US(conn_info.le.interval))); in long_bap_read()
|
D | tbs.c | 934 K_USEC(BT_CONN_INTERVAL_TO_US(info.le.interval))); in notify_handler_cb()
|
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 | 3573 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.
|