Searched refs:requested_bis_sync (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_scan_delegator.c | 74 uint32_t requested_bis_sync[CONFIG_BT_BAP_BASS_MAX_SUBGROUPS]; member 145 i, subgroup->bis_sync, recv_state->requested_bis_sync[i], in bt_debug_dump_recv_state() 256 internal_state->requested_bis_sync); in bis_sync_request_updated() 566 internal_state->requested_bis_sync[i] = net_buf_simple_pull_le32(buf); in scan_delegator_add_source() 568 if (internal_state->requested_bis_sync[i] && in scan_delegator_add_source() 574 if (internal_state->requested_bis_sync[i] != 0U) { in scan_delegator_add_source() 579 if (!bis_syncs_unique_or_no_pref(internal_state->requested_bis_sync[i], in scan_delegator_add_source() 582 i, internal_state->requested_bis_sync[i], in scan_delegator_add_source() 588 if (!valid_bis_syncs(internal_state->requested_bis_sync[i])) { in scan_delegator_add_source() 590 internal_state->requested_bis_sync[i]); in scan_delegator_add_source() [all …]
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_broadcast.c | 62 uint32_t requested_bis_sync; member 193 if (broadcast_sink.requested_bis_sync == BT_BAP_BIS_SYNC_NO_PREF) { in check_sync_broadcast() 214 sync_bitfield = broadcast_sink.requested_bis_sync; in check_sync_broadcast() 466 if (broadcast_sink.requested_bis_sync != new_bis_sync_req) { in bis_sync_req_cb() 498 broadcast_sink.requested_bis_sync = new_bis_sync_req; in bis_sync_req_cb() 499 if (broadcast_sink.requested_bis_sync != 0U) { in bis_sync_req_cb() 557 broadcast_sink.requested_bis_sync = 0; in bap_pa_sync_terminated_cb() 630 broadcast_sink.requested_bis_sync = BT_BAP_BIS_SYNC_NO_PREF; in scan_check_and_sync_broadcast()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 149 static uint32_t requested_bis_sync; variable 791 requested_bis_sync = BT_BAP_BIS_SYNC_NO_PREF; in base_recv_cb() 996 requested_bis_sync = 0; in bis_sync_req_cb() 1000 if (requested_bis_sync == 0) { in bis_sync_req_cb() 1001 requested_bis_sync = bis_sync_req[subgroup]; in bis_sync_req_cb() 1003 if (requested_bis_sync != BT_BAP_BIS_SYNC_NO_PREF && in bis_sync_req_cb() 1021 recv_state, requested_bis_sync, requested_subgroup_sync, recv_state->broadcast_id, in bis_sync_req_cb() 1024 if (big_synced && requested_bis_sync == 0) { in bis_sync_req_cb() 1041 if (requested_bis_sync != 0) { in bis_sync_req_cb() 1338 requested_bis_sync = 0U; in reset() [all …]
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 739 broadcaster->requested_bis_sync); in syncable_cb() 746 if (!broadcaster->assistant_request || !broadcaster->requested_bis_sync) { in syncable_cb() 751 index_bitfield = broadcaster->bis_index_bitfield & broadcaster->requested_bis_sync; in syncable_cb() 984 if (!broadcaster->requested_bis_sync) { in broadcast_code_cb() 988 index_bitfield = broadcaster->bis_index_bitfield & broadcaster->requested_bis_sync; in broadcast_code_cb() 1013 broadcaster->requested_bis_sync = bis_sync_req[0]; in bis_sync_req_cb() 1218 broadcaster->requested_bis_sync = 0; in btp_bap_broadcast_sink_stop() 1253 broadcaster->requested_bis_sync = sys_le32_to_cpu(cp->requested_bis_sync); in btp_bap_broadcast_sink_bis_sync() 1255 err = bt_bap_broadcast_sink_sync(broadcaster->sink, broadcaster->requested_bis_sync, in btp_bap_broadcast_sink_bis_sync() 1260 broadcaster->requested_bis_sync, err); in btp_bap_broadcast_sink_bis_sync()
|
D | btp_bap_broadcast.h | 37 uint32_t requested_bis_sync; member
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_bap.h | 120 uint32_t requested_bis_sync; member
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_sink_test.c | 61 static uint32_t requested_bis_sync; variable 413 requested_bis_sync = bis_sync_req[0]; in bis_sync_req_cb()
|