Home
last modified time | relevance | path

Searched full:bumbledevice (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/
Dconfig.yml7 BumbleDevice:
12 BumbleDevice:
19 BumbleDevice:
/aosp_15_r20/external/pandora/avatar/avatar/controllers/
Dbumble_device.py23 MOBLY_CONTROLLER_CONFIG_NAME = 'BumbleDevice'
27 """Create a list of `BumbleDevice` from configs."""
32 """Destroy each `BumbleDevice`"""
/aosp_15_r20/external/pandora/avatar/avatar/cases/
Dconfig.yml7 BumbleDevice:
12 BumbleDevice:
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/doc/
Doverview.md51 val bumbleDevice =
58 var bumbleGatt = bumbleDevice.connectGatt(context, false, gattCallback)
Dguide.md156 val bumbleDevice =
176 var bumbleGatt = bumbleDevice.connectGatt(context, false, gattCallback)
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DDckTestRule.kt313 val bumbleDevice = in <lambda>() constant
320 connectGatt(bumbleDevice).first { it.state == BluetoothProfile.STATE_CONNECTED } in <lambda>()
DDckGattTest.kt176 val bumbleDevice = in testDiscoverDkGattService() constant
194 var bumbleGatt = bumbleDevice.connectGatt(context, false, gattCallback) in testDiscoverDkGattService()
/aosp_15_r20/external/pandora/avatar/avatar/
Dpandora_server.py70 """Manages the Pandora gRPC server on a BumbleDevice."""
D__init__.py56 'BumbleDevice': pandora_server.BumblePandoraServer,