Home
last modified time | relevance | path

Searched refs:discover_attributes (Results 1 – 6 of 6) sorted by relevance

/external/python/bumble/examples/
Drun_gatt_client.py55 attributes = await peer.discover_attributes()
Drun_gatt_client_and_server.py101 attributes = await peer.discover_attributes()
/external/python/bumble/apps/
Dgatt_dump.py46 attributes = await peer.discover_attributes()
Dconsole.py485 async def discover_attributes(self): member in ConsoleApp
492 attributes = await self.connected_peer.discover_attributes()
712 await self.discover_attributes()
/external/python/bumble/bumble/
Dgatt_client.py623 async def discover_attributes(self): member in Client
Ddevice.py447 async def discover_attributes(self): member in Peer
448 return await self.gatt_client.discover_attributes()