Home
last modified time | relevance | path

Searched defs:BumbleConnection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/bumble/bumble/pandora/
Dsecurity.py30 from bumble.device import Connection as BumbleConnection, Device unknown
66 connection: BumbleConnection,
232 def pairing_config_factory(connection: BumbleConnection) -> PairingConfig:
488 self, connection: BumbleConnection, level: Union[SecurityLevel, LESecurityLevel]
507 def need_pairing(self, connection: BumbleConnection, level: int) -> bool:
512 def need_authentication(self, connection: BumbleConnection, level: int) -> bool:
519 def need_encryption(self, connection: BumbleConnection, level: int) -> bool:
/aosp_15_r20/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py21 from bumble.device import Connection as BumbleConnection, Device, Peer unknown
77 def on_connection(self, connection: BumbleConnection) -> None:
80 def on_disconnection(self, connection: BumbleConnection) -> None:
Dbumble_config.py18 from bumble.device import Connection as BumbleConnection unknown
52 def pairing_config_factory(connection: BumbleConnection) -> PairingConfig:
Dasha.py22 from bumble.device import Connection, Connection as BumbleConnection, Device unknown
235 def on_data(asha_connection: BumbleConnection, data: bytes) -> None:
/aosp_15_r20/external/pandora/avatar/avatar/
Dpandora.py19 from bumble.device import Connection as BumbleConnection unknown