zephyr/subsys/bluetooth/audio
Mariusz Skamra 6148d8a39d Bluetooth: audio: Fix invalid assert in bt_audio_iso_unbind_ep
This should assert if iso argument does not match the one ep holds
reference to.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2022-11-09 10:45:12 +01:00
..
CMakeLists.txt Bluetooth: audio: Factor out bt_audio_iso pool 2022-11-04 08:55:12 +00:00
Kconfig
Kconfig.aics
Kconfig.ascs Bluetooth: audio: ascs: Increase the number of supported ASEs 2022-10-03 10:19:39 +02:00
Kconfig.baps Bluetooth: Audio: Add support for multiple subgroups for BAP broadcast sink 2022-11-08 09:43:11 +00:00
Kconfig.bass
Kconfig.cap Bluetooth: Audio: Add CAP stream 2022-10-24 10:39:11 +02:00
Kconfig.csis
Kconfig.has
Kconfig.mcs
Kconfig.mctl
Kconfig.micp
Kconfig.mpl
Kconfig.pacs
Kconfig.tbs Bluetooth: audio: tbs_client: Make GTBS client only build option 2022-10-03 10:15:03 +02:00
Kconfig.vcs
Kconfig.vocs
aics.c
aics_client.c Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
aics_internal.h
ascs.c Bluetooth: Audio: Fix ASE_{SNK,SRC}_COUNT=0 issues 2022-11-08 10:48:54 +01:00
ascs_internal.h Bluetooth: audio: ascs: Make ascs_ep_set_metadata static 2022-10-19 16:00:33 +02:00
audio.c
audio_internal.h
audio_iso.c Bluetooth: audio: Fix invalid assert in bt_audio_iso_unbind_ep 2022-11-09 10:45:12 +01:00
audio_iso.h Bluetooth: audio: Factor out bt_audio_iso pool 2022-11-04 08:55:12 +00:00
bass.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
bass_client.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
bass_internal.h
broadcast_sink.c Bluetooth: Audio: Add missing unbind of audio_iso for broadcast sink 2022-11-09 10:45:06 +01:00
broadcast_source.c Bluetooth: audio: Factor out bt_audio_iso pool 2022-11-04 08:55:12 +00:00
cap_acceptor.c Bluetooth: Audio: Make CAP acceptor more explicit 2022-10-24 10:39:11 +02:00
cap_initiator.c Bluetooth: Audio: CAP initiator discover CSIS 2022-10-24 10:39:11 +02:00
cap_internal.h
cap_stream.c Bluetooth: Audio: Add CAP stream 2022-10-24 10:39:11 +02:00
ccid.c
ccid_internal.h
codec.c
csis.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
csis_client.c treewide: Use CONFIG_*_ENDIAN instead of __BYTE_ORDER__ 2022-10-28 19:23:46 +09:00
csis_crypto.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
csis_crypto.h
csis_internal.h Bluetooth: Audio: CAP initiator discover CSIS 2022-10-24 10:39:11 +02:00
endpoint.h Bluetooth: audio: Factor out bt_audio_iso pool 2022-11-04 08:55:12 +00:00
has.c Bluetooth: audio: pacs: Replace capabilities API with pacs 2022-10-26 08:49:00 +02:00
has_client.c
has_internal.h
mcc.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
mcs.c Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
mcs_internal.h
media_proxy.c Bluetooth: Audio: Add check when registering media_proxy_pl_calls 2022-10-19 16:05:46 +02:00
media_proxy_internal.h
micp_mic_ctlr.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
micp_mic_dev.c
mpl.c Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
mpl_internal.h
pacs.c Bluetooth: audio: pacs: Hotfix invalid PACS length 2022-11-04 10:00:00 +01:00
pacs_internal.h Bluetooth: audio: pacs: Hotfix invalid PACS length 2022-11-04 10:00:00 +01:00
stream.c Bluetooth: audio: Factor out bt_audio_iso pool 2022-11-04 08:55:12 +00:00
stream.h Bluetooth: audio: Factor out bt_audio_iso pool 2022-11-04 08:55:12 +00:00
tbs.c Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
tbs_client.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
tbs_internal.h Bluetooth: audio: tbs_client: Fix GTBS index returned in API callbacks 2022-10-04 14:08:26 +00:00
unicast_client.c Bluetooth: audio: pacs: Hotfix invalid PACS length 2022-11-04 10:00:00 +01:00
unicast_client_internal.h Bluetooth: audio: Factor out bt_audio_iso pool 2022-11-04 08:55:12 +00:00
unicast_server.c Bluetooth: Audio: Remove caching ASE on release 2022-09-27 09:16:21 +00:00
unicast_server.h Bluetooth: Audio: Remove caching ASE on release 2022-09-27 09:16:21 +00:00
vcs.c Bluetooth: VCS: More explicit log for abs vol set opcode 2022-11-08 09:36:04 +00:00
vcs_client.c Bluetooth: Move out string related function of `common/log.h` 2022-11-02 13:28:57 +01:00
vcs_internal.h
vocs.c
vocs_client.c Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
vocs_internal.h