Home
last modified time | relevance | path

Searched refs:empty_proto (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py25 from google.protobuf import empty_pb2 as empty_proto unknown
57 await self.__gatt_stub.RegisterAdvertiser(empty_proto.Empty())
64 await self.__gatt_stub.UnregisterAdvertiser(empty_proto.Empty())
69 await self.__gatt_stub.GetOwnAddress(empty_proto.Empty())
74 await self.__gatt_stub.SetParameters(empty_proto.Empty())
79 await self.__gatt_stub.SetData(empty_proto.Empty())
84 await self.__gatt_stub.AdvertisingEnable(empty_proto.Empty())
89 await self.__gatt_stub.AdvertisingDisable(empty_proto.Empty())
94 await self.__gatt_stub.SetPeriodicAdvertisingParameters(empty_proto.Empty())
99 await self.__gatt_stub.SetPeriodicAdvertisingData(empty_proto.Empty())
[all …]
Dadapter_client.py24 from google.protobuf import empty_pb2 as empty_proto unknown
102 await self.__adapter_stub.ClearEventFilter(empty_proto.Empty())
105 await self.__adapter_stub.ClearEventMask(empty_proto.Empty())
108 await self.__adapter_stub.ClearFilterAcceptList(empty_proto.Empty())
111 await self.__adapter_stub.DisconnectAllAcls(empty_proto.Empty())
114 await self.__adapter_stub.LeRand(empty_proto.Empty())
120 await self.__adapter_stub.RestoreFilterAcceptList(empty_proto.Empty())
127 await self.__adapter_stub.SetEventFilterInquiryResultAllDevices(empty_proto.Empty())
130 await self.__adapter_stub.SetEventFilterConnectionSetupAllDevices(empty_proto.Empty())
133 await self.__adapter_stub.AllowWakeByHid(empty_proto.Empty())
Dsecurity_client.py24 from google.protobuf import empty_pb2 as empty_proto unknown
Dhfp_client.py23 from google.protobuf import empty_pb2 as empty_proto unknown
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_le_security.py26 from google.protobuf import empty_pb2 as empty_proto unknown
44 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
45 … self._bond_event_stream = EventStream(self._device.security.FetchBondEvents(empty_proto.Empty()))
46 …self._helper_event_stream = EventStream(self._device.security.FetchHelperEvents(empty_proto.Empty(…
48 self._device.security.FetchAdvertisingCallbackEvents(empty_proto.Empty()))
Dpy_security.py24 from google.protobuf import empty_pb2 as empty_proto unknown
67 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
68 … self._bond_event_stream = EventStream(self._device.security.FetchBondEvents(empty_proto.Empty()))
70 self._device.security.FetchEnforceSecurityPolicyEvents(empty_proto.Empty()))
71 …onnect_event_stream = EventStream(self._device.security.FetchDisconnectEvents(empty_proto.Empty()))
73 self._device.security.FetchGetOutOfBandDataEvents(empty_proto.Empty()))
257 self._device.security.GetOutOfBandData(empty_proto.Empty())
Dpy_hci.py18 from google.protobuf import empty_pb2 as empty_proto unknown
142 self.event_stream = EventStream(self.device.hci.StreamEvents(empty_proto.Empty()))
143 self.le_event_stream = EventStream(self.device.hci.StreamLeSubevents(empty_proto.Empty()))
148 self.acl_stream = EventStream(self.device.hci.StreamAcl(empty_proto.Empty()))
Dpy_acl_manager.py17 from google.protobuf import empty_pb2 as empty_proto unknown
72 self.acl_manager.FetchIncomingConnection(empty_proto.Empty()))
Dpy_le_acl_manager.py17 from google.protobuf import empty_pb2 as empty_proto unknown
97 self.le_acl_manager.FetchIncomingConnection(empty_proto.Empty()))
Dpy_hal.py17 from google.protobuf import empty_pb2 as empty_proto unknown
120 self.hci_event_stream = EventStream(self.device.hal.StreamEvents(empty_proto.Empty()))
121 self.acl_stream = EventStream(self.device.hal.StreamAcl(empty_proto.Empty()))
Dgd_device.py32 from google.protobuf import empty_pb2 as empty_proto unknown
255 …roller.GetMacAddressSimple = lambda: self.hci_controller.GetMacAddress(empty_proto.Empty()).address
256 …_controller.GetLocalNameSimple = lambda: self.hci_controller.GetLocalName(empty_proto.Empty()).name
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dcontroller_test.py21 from google.protobuf import empty_pb2 as empty_proto unknown
49 …advertising_supported = self.dut.hci_controller.SupportsBleExtendedAdvertising(empty_proto.Empty())
51 …number_of_sets = self.dut.hci_controller.GetLeNumberOfSupportedAdvertisingSets(empty_proto.Empty())
Dle_scanning_with_security_test.py20 from google.protobuf import empty_pb2 as empty_proto unknown
66 self.dut.hci_le_scanning_manager.FetchAdvertisingReports(empty_proto.Empty()
Dle_advertising_manager_test.py26 from google.protobuf import empty_pb2 as empty_proto unknown
49 self.dut.hci_le_advertising_manager.FetchCallbackEvents(empty_proto.Empty()))
51 self.dut.hci_le_advertising_manager.FetchAddressEvents(empty_proto.Empty()))
300 check_feature = self.dut.hci_controller.SupportsBlePeriodicAdvertising(empty_proto.Empty())
Dle_scanning_manager_test.py26 from google.protobuf import empty_pb2 as empty_proto unknown
43 self.dut.hci_le_scanning_manager.FetchCallbackEvents(empty_proto.Empty()))
45 self.dut.hci_le_scanning_manager.FetchAdvertisingReports(empty_proto.Empty()))
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dle_security_test.py28 from google.protobuf import empty_pb2 as empty_proto unknown
65 raw_addr = self.dut.hci_controller.GetMacAddress(empty_proto.Empty()).address
74 address=self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address),
858 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
865 oobdata = self.dut.security.GetLeOutOfBandData(empty_proto.Empty())
927 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
934 oobdata = self.dut.security.GetLeOutOfBandData(empty_proto.Empty())
995 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
1001 oobdata = self.dut.security.GetLeOutOfBandData(empty_proto.Empty())
1067 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
[all …]
Dsecurity_test.py23 from google.protobuf import empty_pb2 as empty_proto unknown
95 self.dut.address = self.dut.hci_controller.GetMacAddress(empty_proto.Empty()).address
97 self.cert.address = self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address
Dcert_security.py26 from google.protobuf import empty_pb2 as empty_proto unknown
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/
Doob_pairing_sl4a_test.py20 from google.protobuf import empty_pb2 as empty_proto unknown
108 oob_data = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/hci/
Dle_advanced_scanning_test.py20 from google.protobuf import empty_pb2 as empty_proto unknown
106 public_address_bytes = self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address
116 public_address_bytes = self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address