Searched refs:stream_stopped (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/ |
D | main.c | 553 static void stream_stopped(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped() function 586 .stopped = stream_stopped,
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | main.c | 296 static void stream_stopped(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped() function 333 .stopped = stream_stopped,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_client_test.c | 146 static void stream_stopped(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped() function 177 .stopped = stream_stopped,
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 139 static void stream_stopped(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped() function 206 .stopped = stream_stopped,
|
D | btp_bap_unicast.c | 663 static void stream_stopped(struct bt_bap_stream *stream, uint8_t reason) in stream_stopped() function 733 .stopped = stream_stopped,
|