Home
last modified time | relevance | path

Searched refs:bt_le_per_adv_sync_get_info (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c87 err = bt_le_per_adv_sync_get_info(sync, &sync_info); in find_recv_state_by_pa_sync_cb()
464 err = bt_le_per_adv_sync_get_info(sink->pa_sync, &sync_info); in broadcast_sink_add_src()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h1856 int bt_le_per_adv_sync_get_info(struct bt_le_per_adv_sync *per_adv_sync,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_scan_delegator_test.c490 res = bt_le_per_adv_sync_get_info(state->pa_sync, &sync_info); in add_source()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_scan_delegator.c709 err = bt_le_per_adv_sync_get_info(pa_sync, &sync_info); in cmd_bap_scan_delegator_add_src_by_pa_sync()
Dbap_broadcast_assistant.c944 err = bt_le_per_adv_sync_get_info(pa_sync, &pa_info); in cmd_bap_broadcast_assistant_add_pa_sync()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c1828 int bt_le_per_adv_sync_get_info(struct bt_le_per_adv_sync *per_adv_sync, in bt_le_per_adv_sync_get_info() function