mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
aics: make it a secondary service (#555)
* aics: make it a secondary service --------- Co-authored-by: zxzxwu <92432172+zxzxwu@users.noreply.github.com>
This commit is contained in:
@@ -442,14 +442,15 @@ class AICSService(TemplateService):
|
||||
)
|
||||
|
||||
super().__init__(
|
||||
[
|
||||
characteristics=[
|
||||
self.audio_input_state_characteristic, # type: ignore
|
||||
self.gain_settings_properties_characteristic, # type: ignore
|
||||
self.audio_input_type_characteristic, # type: ignore
|
||||
self.audio_input_status_characteristic, # type: ignore
|
||||
self.audio_input_control_point_characteristic, # type: ignore
|
||||
self.audio_input_description_characteristic, # type: ignore
|
||||
]
|
||||
],
|
||||
primary=False,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user