Searched refs:stream_stopped_cb (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 87 static void stream_stopped_cb(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped_cb() function 106 .stopped = stream_stopped_cb,
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/ |
D | main.c | 96 static void stream_stopped_cb(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped_cb() function 115 .stopped = stream_stopped_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 279 static void stream_stopped_cb(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped_cb() function 297 .stopped = stream_stopped_cb,
|
D | bap_broadcast_sink_test.c | 595 static void stream_stopped_cb(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped_cb() function 603 .stopped = stream_stopped_cb,
|
D | gmap_ugg_test.c | 218 static void stream_stopped_cb(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped_cb() function 247 .stopped = stream_stopped_cb,
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 541 static void stream_stopped_cb(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped_cb() function 595 .stopped = stream_stopped_cb,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 3167 static void stream_stopped_cb(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped_cb() function 3240 .stopped = stream_stopped_cb,
|