mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 15:02:43 +00:00
gatt-service/aics_server: update API docu
This commit is contained in:
parent
47fe43a01a
commit
0894ebf532
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user