Lines Matching full:features
156 /** Unicast Game Gateway features */
158 /** Unicast Game Terminal features */
160 /** Remote Broadcast Game Sender features */
162 /** Remote Broadcast Game Receiver features */
176 * @param features Remote features.
179 struct bt_gmap_feat features);
213 * @param features Features of the roles. If a role is not in the @p role parameter, then the
220 int bt_gmap_register(enum bt_gmap_role role, struct bt_gmap_feat features);
223 * @brief Set one or multiple Gaming Audio Profile roles and features dynamically.
230 * @param features Features of the roles. If a role is not in the @p role parameter, then the
235 * @retval -EALREADY if the @p role and @p features are the same as existing ones
240 int bt_gmap_set_role(enum bt_gmap_role role, struct bt_gmap_feat features);