Searched defs:BumbleConnection (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/bumble/bumble/pandora/ |
D | security.py | 30 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/ |
D | gatt.py | 21 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:
|
D | bumble_config.py | 18 from bumble.device import Connection as BumbleConnection unknown 52 def pairing_config_factory(connection: BumbleConnection) -> PairingConfig:
|
D | asha.py | 22 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/ |
D | pandora.py | 19 from bumble.device import Connection as BumbleConnection unknown
|