gatt-service/aics_server: improve docu

This commit is contained in:
Milanka Ringwald 2023-01-24 11:52:45 +01:00 committed by Matthias Ringwald
parent 80af3ed277
commit 637b04ca2f

View File

@ -180,7 +180,11 @@ typedef struct {
/**
* @brief Init Audio Input Control Service Server with ATT DB
* @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_GAIN_MODE
* - GATTSERVICE_SUBEVENT_AICS_GAIN_CHANGED
* - GATTSERVICE_SUBEVENT_AICS_AUDIO_INPUT_DESC_CHANGED
* @param aics service storage
*/
void audio_input_control_service_server_init(audio_input_control_service_server_t * aics);