50 Commits

Author SHA1 Message Date
Matthias Ringwald
856b442c22 le_audio_util: reset metadata buffer 2023-09-26 14:43:52 +02:00
Matthias Ringwald
18f91b9c2c bass_util: mark const structs parameters 2023-04-17 19:28:17 +02:00
Matthias Ringwald
8d085b9754 bass_server: mark const struct parameters 2023-04-17 19:28:17 +02:00
Matthias Ringwald
f67c2203c6 le_audio_util: mark const structs parameters 2023-04-17 19:27:56 +02:00
Matthias Ringwald
77a8d8da45 le-audio/le_audio: fix frame duration indices 2023-04-17 19:27:34 +02:00
Matthias Ringwald
7a3195229c le-audio: remove volume control profiles 2023-02-07 12:07:25 +01:00
Matthias Ringwald
5c6edd94fc le-audio/gatt-service: fix var name 2023-02-07 11:29:16 +01:00
Milanka Ringwald
7f95ef04c3 gatt-service/bass-server: update struct name 2023-02-06 18:33:49 +01:00
Milanka Ringwald
374a3da36f gatt-service/aics,mics,vcs.vocs_server: update struct name 2023-02-06 18:33:49 +01:00
Milanka Ringwald
667e58960b gatt-service/aics_server: update internal function names 2023-02-06 18:33:49 +01:00
Milanka Ringwald
c4f227df18 gatt-service/bass_server: update internal function names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
d13efa9465 gatt-service/mics_server: update internal function names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
9622a5953a gatt-service/vcs_server: update internal function names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
464ae69e80 gatt-service/vocs_server: update internal function names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
e826f75a73 gatt-service/vocs_server: update event names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
6633124e53 gatt-service/vcs_server: update event names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
987f62e6cb gatt-service/mics_server: update event names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
fd90878f20 gatt-service/mics_server: rename events
# Conflicts:
#	src/le-audio/gatt-service/microphone_control_service_server.c
#	src/le-audio/gatt-service/microphone_control_service_server.h
2023-02-06 18:33:48 +01:00
Milanka Ringwald
5bb9168cc1 gatt-service/mics_client: rename events 2023-02-06 18:33:48 +01:00
Milanka Ringwald
97c78dc616 gatt-client/bass_client: update events and internal function names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
16b5de7989 gatt-service/bass_server: update event names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
0894ebf532 gatt-service/aics_server: update API docu 2023-02-06 18:33:48 +01:00
Milanka Ringwald
47fe43a01a gatt-service/aics_server: rename static function 2023-02-06 18:33:48 +01:00
Milanka Ringwald
c0e3584f68 gatt-service/aics_server: rename vars 2023-02-06 18:33:48 +01:00
Milanka Ringwald
9964b097a6 gatt-service/aics_server: rename emit functions 2023-02-06 18:33:48 +01:00
Milanka Ringwald
2e9df9e359 gatt-service/aics_server: update event names 2023-02-06 18:33:48 +01:00
Milanka Ringwald
18a6eb70f5 gatt-service/bass_server: unify connection struct naming 2023-02-06 18:33:48 +01:00
Milanka Ringwald
637b04ca2f gatt-service/aics_server: improve docu 2023-02-06 18:33:48 +01:00
Milanka Ringwald
80af3ed277 gatt-service/bass-client: assert event callback 2023-02-06 18:33:48 +01:00
Milanka Ringwald
017eba9c1b gatt-service/bass_client: improve docu 2023-02-06 18:33:48 +01:00
Milanka Ringwald
b973a76fa0 gatt-service/bass_server: improve docu 2023-02-06 18:33:48 +01:00
Milanka Ringwald
4ea63b4d9a le_audio: fix compile 2023-02-06 18:33:48 +01:00
Milanka Ringwald
9ef2c4352b le_audio: add qos_config_settings and codec_specific_config_settings tables and getters 2023-02-06 18:33:48 +01:00
Milanka Ringwald
09d23cbe75 le_audio: add mapping function for frame duration and sampling frequency 2023-02-06 18:33:48 +01:00
Milanka Ringwald
597c9a4ee9 le_audio: add conversion functions for frame duration 2023-02-06 18:33:48 +01:00
Milanka Ringwald
ba1b481051 le_audio: add LE_AUDIO_ROLE_INVALID 2023-02-06 18:33:48 +01:00
Milanka Ringwald
b0c37fff88 gatt-service/bass_client: use characteristic's end handle for descriptor query 2023-02-06 18:33:48 +01:00
Matthias Ringwald
06f5b4298b le-audio/gatt-service: add Makefile.inc 2023-02-06 18:33:48 +01:00
Matthias Ringwald
fd6b825b84 le_audio: add util 2023-02-06 18:33:48 +01:00
Matthias Ringwald
4490a1239e le-audio/vocs: use enum 2022-11-03 15:20:16 +01:00
Matthias Ringwald
34a6b75f63 le-audio/vcs: use enum for vcs opcode 2022-11-03 15:20:04 +01:00
Matthias Ringwald
0473e096c9 le-audio/gatt-service: fix service lookup for mcs and vcs 2022-11-03 15:14:40 +01:00
Matthias Ringwald
6e96f7c765 le-audio/bass: rename util functions 2022-11-03 15:10:59 +01:00
Matthias Ringwald
54461c8047 le-audio/le_audio_util: rename metadata functions 2022-11-03 12:43:03 +01:00
Matthias Ringwald
282847c260 le-audio: add codec undefined 2022-11-03 11:59:27 +01:00
Matthias Ringwald
1c3fbfddcb le-audio/aics: add include 2022-10-11 18:41:40 +02:00
Matthias Ringwald
5deb0bb6ea LE Audio: move GATT Services into src/le-audio/gatt-service 2022-10-11 18:33:45 +02:00
Matthias Ringwald
2e624289f9 src/le-audio: add le_audio_base_parser 2022-10-04 15:54:22 +02:00
Matthias Ringwald
0f7e8cae03 le_audio/base_builder: add le_audio prefix to struct 2022-10-03 17:07:13 +02:00
Matthias Ringwald
5c0702ea97 le-audio: add base builder 2022-10-03 15:48:40 +02:00