Lines Matching full:service

42  * Defines the maximum number of Volume Offset Control service instances for the
52 * Defines the maximum number of Audio Input Control service instances for the
62 * @name Volume Control Service Error codes
75 * @name Volume Control Service Mute Values
84 /** @brief Opaque Volume Control Service instance. */
87 /** Register structure for Volume Control Service */
104 /** Volume Control Service callback structure. */
109 * @brief Volume Control Service included services
111 * Used for to represent the Volume Control Service included service instances,
113 * local server instances, or remote service instances.
116 /** Number of Volume Offset Control Service instances */
118 /** Array of pointers to Volume Offset Control Service instances */
121 /** Number of Audio Input Control Service instances */
123 /** Array of pointers to Audio Input Control Service instances */
128 * @brief Get Volume Control Service included services.
131 * Volume Control Service included service instances, such as pointers to the
132 * Volume Offset Control Service (Volume Offset Control Service) or
133 * Audio Input Control Service (AICS) instances.
142 * @brief Register the Volume Control Service.
144 * This will register and enable the service and make it discoverable by
147 * @param param Volume Control Service register parameters.
160 * @brief Callback function for Volume Control Service volume state.
170 * @param volume The volume of the Volume Control Service server.
171 * @param mute The mute setting of the Volume Control Service server.
176 * @brief Callback function for Volume Control Service flags.
186 * @param flags The flags of the Volume Control Service server.
192 * @brief Set the Volume Control Service volume step size.
206 * @brief Get the Volume Control Service volume state.
213 * @brief Get the Volume Control Service flags.
317 * @param vocs_count Number of Volume Offset Control Service instances
319 * @param aics_count Number of Audio Input Control Service instances
402 /** Volume Offset Control Service callbacks */
405 /** Audio Input Control Service callbacks */
435 * @brief Discover Volume Control Service and included services.
445 * @param conn The connection to discover Volume Control Service for.
470 * Get the Bluetooth connection pointer of a Volume Control Service
482 * @brief Get Volume Control Service included services.
485 * Volume Control Service included service instances, such as pointers to the
486 * Volume Offset Control Service (Volume Offset Control Service) or
487 * Audio Input Control Service (AICS) instances.