Home
last modified time | relevance | path

Searched refs:PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c22 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 5U /* Set the timeout relative to interval */ macro
188 BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.h107 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
Dcommon.c241 PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
Dbap_scan_delegator_test.c34 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c31 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
122 BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/
Dmain.c38 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
131 BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c34 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
269 PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c37 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
300 PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_scan_delegator.c37 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
160 PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
Dbap.c2348 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
2380 BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c51 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro
966 BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c61 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 5 /* Set the timeout relative to interval */ macro
868 PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO; in interval_to_sync_timeout()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c38 #define PA_SYNC_INTERVAL_TO_TIMEOUT_RATIO 20 /* Set the timeout relative to interval */ macro