Home
last modified time | relevance | path

Searched refs:hostBlocking (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/doc/
Doverview.md34 // - `hostBlocking()` accesses another gRPC service related to the host.
38 .hostBlocking()
Dguide.md139 .hostBlocking()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DDckGattTest.kt159 .hostBlocking() in testDiscoverDkGattService()
328 run { mBumble.hostBlocking().advertise(requestBuilder.build()) } in advertiseWithBumble()
DSdpClientTest.java80 mBumble.hostBlocking() in remoteConnectServiceDiscoveryTest()
DPandoraDevice.java117 public HostGrpc.HostBlockingStub hostBlocking() { in hostBlocking() method in PandoraDevice
DDeviceDiscoveryTest.java126 mBumble.hostBlocking() in checkDeviceIsDiscoveredTest()
DGattServerConnectWithoutScanTest.java170 mBumble.hostBlocking().advertise(request); in advertiseWithBumble()
DGattServerConnectWithScanTest.java190 mBumble.hostBlocking().advertise(request); in advertiseWithBumble()
DDckTestRule.kt261 bumble.hostBlocking().advertise(requestBuilder.build()) in advertiseWithBumble()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java411 mBumble.hostBlocking() in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()