Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/cap_initiator/
DKconfig31 If set to true, the sample will start advertising syncable audio streams
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig33 If set to true, the sample will start advertising syncable audio streams
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpbp_public_broadcast_sink_test.c93 .syncable = syncable_cb,
Dbap_broadcast_sink_test.c294 .syncable = syncable_cb,
Dcap_acceptor_test.c189 .syncable = syncable_cb,
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/
Dmain.c280 .syncable = syncable_cb,
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c266 .syncable = syncable_cb,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2503 static void syncable(struct bt_bap_broadcast_sink *sink, const struct bt_iso_biginfo *biginfo) in syncable() function
2506 if (default_broadcast_sink.syncable) { in syncable()
2512 default_broadcast_sink.syncable = true; in syncable()
2546 default_broadcast_sink.syncable = false; in bap_pa_sync_terminated_cb()
2563 .syncable = syncable,
3130 default_broadcast_sink.syncable = false; in clear_stream_data()
3648 default_broadcast_sink.syncable = false; in cmd_term_broadcast_sink()
Daudio.h188 bool syncable; member
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c724 .syncable = syncable_cb, in init_cap_acceptor_broadcast()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c820 if (listener->syncable != NULL) { in biginfo_recv()
821 listener->syncable(sink, biginfo); in biginfo_recv()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h2393 void (*syncable)(struct bt_bap_broadcast_sink *sink, const struct bt_iso_biginfo *biginfo); member
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c398 .syncable = syncable_cb,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c975 .syncable = syncable_cb,
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2414 * :github:`46183` - LE Audio: Broadcast sink stop sending syncable once synced