mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-15 22:20:59 +00:00
gatt-service/aics_server: improve docu
This commit is contained in:
parent
80af3ed277
commit
637b04ca2f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user