mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
Fix wrong remove_data_path arguments
This commit is contained in:
@@ -516,7 +516,7 @@ class AseStateMachine(gatt.Characteristic):
|
||||
|
||||
async def remove_cis_async():
|
||||
if self.cis_link:
|
||||
await self.cis_link.remove_data_path(self.role)
|
||||
await self.cis_link.remove_data_path([self.role])
|
||||
self.state = self.State.IDLE
|
||||
await self.service.device.notify_subscribers(self, self.value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user