zephyr/subsys/bluetooth/audio
Asbjørn Sæbø 0644d51d2d Bluetooth: Audio: Use existing ATT macros for handle range
Use the existing macros for first and last handle instead of defining
own macros.

Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
2022-05-04 10:30:27 +03:00
..
aics_client.c Bluetooth: Audio: Add conn check for AICS client nofity handler 2022-04-27 10:09:10 +02:00
aics_internal.h
aics.c
ascs_internal.h
ascs.c Bluetooth: ASCS: Fixed wrong state for detaching stream 2022-04-28 14:18:11 +02:00
bass_client.c Bluetooth: Audio: Add BASS client 2022-03-10 14:06:44 -05:00
bass_internal.h Bluetooth: Audio: Add broadcast audio scan service (BASS) 2022-03-10 14:06:44 -05:00
bass.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
broadcast_sink.c Bluetooth: Audio: Fix bad string format for ARRAY_SIZE 2022-03-24 12:50:05 +01:00
broadcast_source.c Bluetooth: Audio: Fix broadcast audio endpoint disconnect state 2022-03-24 10:48:00 +01:00
capabilities.c Bluetooth: Audio: Make PACS location optional 2022-04-26 09:00:48 +02:00
ccid_internal.h
ccid.c
CMakeLists.txt Bluetooth: has: Add initial Hearing Access Service client 2022-04-07 09:37:53 +02:00
codec.c Bluetooth: Stream: Add functions to parse codec parameters 2022-04-06 11:00:20 +02:00
csis_client.c Bluetooth: Audio: Use existing ATT macros for handle range 2022-05-04 10:30:27 +03:00
csis_crypto.c
csis_crypto.h
csis_internal.h
csis.c Bluetooth: Host: Add auth_info_cb struct 2022-03-25 15:17:18 -07:00
endpoint.h Bluetooth: Audio: Remove bidirectional audio streams 2022-03-10 14:07:17 -05:00
has_client.c Bluetooth: has: Add initial Hearing Access Service client 2022-04-07 09:37:53 +02:00
has_internal.h Bluetooth: has: Add stubs for handling control point requests 2022-03-25 10:41:11 +01:00
has.c Bluetooth: Audio: Make PACS location optional 2022-04-26 09:00:48 +02:00
Kconfig Bluetooth: Audio: Add Telephone Bearer Service server 2022-03-28 12:45:03 +02:00
Kconfig.aics Bluetooth: audio - remove BT_AUDIO_DEBUG 2022-02-21 22:03:04 -05:00
Kconfig.ascs
Kconfig.baps Bluetooth: audio: Enable auto ATT MTU Exchange for BASS and unicast client 2022-03-25 10:41:19 +01:00
Kconfig.bass Bluetooth: audio: Enable auto ATT MTU Exchange for BASS and unicast client 2022-03-25 10:41:19 +01:00
Kconfig.csis Bluetooth: audio - remove BT_AUDIO_DEBUG 2022-02-21 22:03:04 -05:00
Kconfig.has Bluetooth: has: Satisfy profile security requirement 2022-04-11 10:23:13 +02:00
Kconfig.mcs Bluetooth: Audio: Media - truncate strings for notification 2022-03-28 12:46:53 +02:00
Kconfig.mctl Bluetooth: Audio - media: Make local control of local player default 2022-03-23 12:50:53 +01:00
Kconfig.mics bluetooth: audio: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
Kconfig.mpl Bluetooth: Audio: Media - change default kconfig values 2022-03-23 12:50:53 +01:00
Kconfig.pacs Bluetooth: Audio: Make PACS location optional 2022-04-26 09:00:48 +02:00
Kconfig.tbs Bluetooth: Audio: Add Telephone Bearer Service client 2022-03-28 12:45:03 +02:00
Kconfig.vcs bluetooth: audio: remove superfluous default n for boolean 2022-04-19 11:49:27 +02:00
Kconfig.vocs Bluetooth: audio - remove BT_AUDIO_DEBUG 2022-02-21 22:03:04 -05:00
mcc.c Bluetooth: Audio: Use existing ATT macros for handle range 2022-05-04 10:30:27 +03:00
mcs_internal.h
mcs.c Bluetooth: Audio: Media control - pass structs by reference 2022-04-20 15:51:01 +02:00
media_proxy_internal.h Bluetooth: Audio: Media control - pass structs by reference 2022-04-20 15:51:01 +02:00
media_proxy.c Bluetooth: Audio: Media control - pass structs by reference 2022-04-20 15:51:01 +02:00
mics_client.c Bluetooth: Audio: Add conn check for MICS client notify handler 2022-04-27 10:09:10 +02:00
mics_internal.h
mics.c all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
mpl_internal.h Bluetooth: Audio - remove media controller dependency 2022-03-23 12:50:53 +01:00
mpl.c Bluetooth: Audio: Add void() cast to memcpy 2022-04-20 15:51:01 +02:00
pacs_internal.h Bluetooth: PACS: Refactor PAC location read/write 2022-03-11 11:36:19 -08:00
pacs.c Bluetooth: Audio: Make PACS location optional 2022-04-26 09:00:48 +02:00
stream.c Bluetooth: Audio: Improve unicast client handling of CIG 2022-04-07 09:38:09 +02:00
stream.h Bluetooth: Audio: Improve unicast client handling of CIG 2022-04-07 09:38:09 +02:00
tbs_client.c Bluetooth: Audio: Make bt_tbs_client_cb const 2022-03-28 12:45:03 +02:00
tbs_internal.h Bluetooth: Audio: Add Telephone Bearer Service server 2022-03-28 12:45:03 +02:00
tbs.c Bluetooth: Audio: Add Telephone Bearer Service server 2022-03-28 12:45:03 +02:00
unicast_client_internal.h Bluetooth: Audio: Use endpoint dir value 2022-03-10 14:07:17 -05:00
unicast_client.c Bluetooth: Audio: Add missing null check for ep idle state 2022-04-07 09:38:00 +02:00
unicast_server.c Bluetooth: Audio: Make PACS location optional 2022-04-26 09:00:48 +02:00
unicast_server.h
vcs_client.c Bluetooth: Audio: Improved cleanup on disconnect 2022-03-09 15:04:57 +02:00
vcs_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
vcs.c all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
vocs_client.c Bluetooth: Audio: Add conn check for the VOCS client notify handler 2022-04-27 10:09:10 +02:00
vocs_internal.h
vocs.c