Lines Matching full:service
39 /** Volume Control Service Error codes */
43 /** Volume Control Service Mute Values */
47 /** @brief Opaque Volume Control Service instance. */
50 /** Register structure for Volume Control Service */
67 /** Volume Control Service callback structure. */
72 * @brief Volume Control Service included services
74 * Used for to represent the Volume Control Service included service instances,
76 * local server instances, or remote service instances.
79 /** Number of Volume Offset Control Service instances */
81 /** Array of pointers to Volume Offset Control Service instances */
84 /** Number of Audio Input Control Service instances */
86 /** Array of pointers to Audio Input Control Service instances */
91 * @brief Get Volume Control Service included services.
94 * Volume Control Service included service instances, such as pointers to the
95 * Volume Offset Control Service (Volume Offset Control Service) or
96 * Audio Input Control Service (AICS) instances.
105 * @brief Register the Volume Control Service.
107 * This will register and enable the service and make it discoverable by
110 * @param param Volume Control Service register parameters.
118 * @brief Callback function for Volume Control Service volume state.
126 * @param volume The volume of the Volume Control Service server.
127 * @param mute The mute setting of the Volume Control Service server.
132 * @brief Callback function for Volume Control Service flags.
140 * @param flags The flags of the Volume Control Service server.
146 * @brief Set the Volume Control Service volume step size.
160 * @brief Get the Volume Control Service volume state.
167 * @brief Get the Volume Control Service flags.
266 * @param vocs_count Number of Volume Offset Control Service instances
268 * @param aics_count Number of Audio Input Control Service instances
351 /* Volume Offset Control Service callbacks */
354 /* Audio Input Control Service callbacks */
368 * @brief Discover Volume Control Service and included services.
378 * @param conn The connection to discover Volume Control Service for.
389 * Get the Bluetooth connection pointer of a Volume Control Service
401 * @brief Get Volume Control Service included services.
404 * Volume Control Service included service instances, such as pointers to the
405 * Volume Offset Control Service (Volume Offset Control Service) or
406 * Audio Input Control Service (AICS) instances.