Searched refs:AdvertiseResponse (Results 1 – 6 of 6) sorted by relevance
57 import pandora.HostProto.AdvertiseResponse;415 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble()
66 import pandora.HostProto.AdvertiseResponse;433 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble()
70 import pandora.HostProto.AdvertiseResponse;410 AdvertiseResponse advertiseResponse = in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
330 … context: grpc.ServicerContext) -> AsyncGenerator[host_pb2.AdvertiseResponse, None]:432 yield host_pb2.AdvertiseResponse(
454 responseObserver: StreamObserver<AdvertiseResponse> in advertise()580 AdvertiseResponse.newBuilder().setConnection(connection).build() in advertise()
35 from pandora.host_pb2 import PUBLIC, RANDOM, AdvertiseResponse, Connection, DataTypes, OwnAddressTy…97 ) -> AioStream[AdvertiseResponse]:136 …self, advertisement: AioStream[AdvertiseResponse], ref: ScanningResponse, dut_address_type: OwnAdd… argument