Home
last modified time | relevance | path

Searched refs:BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c76 zassert_equal(BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(4000000U), 0x0190U); in ZTEST()
78 zassert_equal(BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(4005000U), 0x0190U); in ZTEST()
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c110 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us); in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c188 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/central_past/src/
Dmain.c120 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us); in scan_recv()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c240 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c122 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.c131 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/direction_finding_connectionless_rx/src/
Dmain.c88 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * SYNC_CREATE_TIMEOUT_INTERVAL_NUM; in sync_create_timeout_get()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h938 #define BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(_timeout) \ macro
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c268 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * in interval_to_sync_timeout()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c299 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * in interval_to_sync_timeout()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_scan_delegator.c159 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * in interval_to_sync_timeout()
Dbap.c2380 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.c966 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.c867 timeout = BT_GAP_US_TO_PER_ADV_SYNC_TIMEOUT(interval_us) * in interval_to_sync_timeout()