gatt-service/aics_server: update API docu

This commit is contained in:
Milanka Ringwald 2023-01-27 10:54:49 +01:00 committed by Matthias Ringwald
parent 47fe43a01a
commit 0894ebf532

View File

@ -181,10 +181,10 @@ typedef struct {
/** /**
* @brief Init Audio Input Control Service Server with ATT DB. Following events will be received via server->info->packet_handler: * @brief Init Audio Input Control Service Server with ATT DB. Following events will be received via server->info->packet_handler:
* - GATTSERVICE_SUBEVENT_AICS_MUTE_MODE * - GATTSERVICE_SUBEVENT_AICS_SERVER_MUTE_MODE
* - GATTSERVICE_SUBEVENT_AICS_GAIN_MODE * - GATTSERVICE_SUBEVENT_AICS_SERVER_GAIN_MODE
* - GATTSERVICE_SUBEVENT_AICS_GAIN_CHANGED * - GATTSERVICE_SUBEVENT_AICS_SERVER_GAIN_CHANGED
* - GATTSERVICE_SUBEVENT_AICS_AUDIO_INPUT_DESC_CHANGED * - GATTSERVICE_SUBEVENT_AICS_SERVER_AUDIO_INPUT_DESC_CHANGED
* @param aics service storage * @param aics service storage
*/ */
void audio_input_control_service_server_init(audio_input_control_service_server_t * aics); void audio_input_control_service_server_init(audio_input_control_service_server_t * aics);