Home
last modified time | relevance | path

Searched refs:scan_response (Results 1 – 17 of 17) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dble_lib.py61 scan_response, argument
87 if scan_response and type(scan_response['service_uuids']) == list:
89 for single_uuid in scan_response['service_uuids']:
93 scan_response['service_uuids'] = service_uuid_list
95 if scan_response and type(scan_response['service_data']) == list:
96 for service_data in scan_response['service_data']:
109 "scan_response": scan_response,
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
DBleFuchsiaTest.py65 scan_response = None
72 adv_data, scan_response, interval, connectable)
110 scan_response = None
116 adv_data, scan_response, interval, connectable)
DBleFuchsiaAndroidTest.py134 scan_response = None
139 self.fd.sl4f.ble_lib.bleStartBleAdvertising(adv_data, scan_response,
DGapSecSemTest.py97 scan_response = None
101 adv_data, scan_response, self.ble_advertise_interval, connectable)
Dcommand_input.py424 scan_response = self.ble_adv_include_scan_response
437 scan_response = None
439 scan_response = adv_data
442 adv_data, scan_response, self.ble_adv_interval, connectable)
/tools/netsim/rust/cli/src/
Drequests.rs287 scan_response: AdvertiseDataProto, in get_create_device_req_bytes()
297 scan_response: MessageField::some(scan_response), in get_create_device_req_bytes()
313 scan_response: AdvertiseDataProto, in get_patch_device_req_bytes()
324 scan_response: MessageField::some(scan_response), in get_patch_device_req_bytes()
425 let scan_response = AdvertiseDataProto { in test_beacon_create_scan_response() localVariable
437 scan_response, in test_beacon_create_scan_response()
456 let scan_response = AdvertiseDataProto { in test_beacon_patch_scan_response() localVariable
468 scan_response, in test_beacon_patch_scan_response()
565 scan_response: MessageField::some(AdvertiseDataProto::default()), in test_beacon_create_ble_with_address()
600 scan_response: MessageField::some(AdvertiseDataProto::default()), in test_beacon_patch_ble_with_address()
Dargs.rs177 scan_response: MessageField::some( in get_request_bytes()
204 scan_response: MessageField::some( in get_request_bytes()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dble_lib.py60 scan_response = None
62 scan_response = bool(line)
68 if scan_response:
182 scan_response = None
184 scan_response = bool(line)
192 if scan_response:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanScanTest.py209 scan_response = fd.sl4f.wlan_lib.wlanStartScan()
212 if scan_response.get("error") is None:
215 scan_results = scan_response["result"]
219 "error: %s" % scan_response.get("error"))
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DPolicyScanTest.py138 scan_response = fd.sl4f.wlan_policy_lib.wlanScanForNetworks()
141 if scan_response.get("error") is not None:
144 "error: %s" % scan_response.get("error"))
148 scan_results = scan_response["result"]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/gatt/
DGattConnectionStressTest.py66 scan_response = None
69 adv_data, scan_response, self.ble_advertise_interval, connectable)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/pts/
Dpts_base_class.py262 scan_response = None
266 self.dut.start_le_advertisement(adv_data, scan_response, interval,
/tools/netsim/rust/proto/src/
Dmodel.rs1218 pub scan_response: ::protobuf::MessageField<ble_beacon::AdvertiseData>, field
1260 |m: &BleBeacon| { &m.scan_response }, in generated_message_descriptor_data()
1261 |m: &mut BleBeacon| { &mut m.scan_response }, in generated_message_descriptor_data()
1294 … ::protobuf::rt::read_singular_message_into_field(is, &mut self.scan_response)?; in merge_from()
1323 if let Some(v) = self.scan_response.as_ref() { in compute_size()
1345 if let Some(v) = self.scan_response.as_ref() { in write_to_with_cached_sizes()
1369 self.scan_response.clear(); in clear()
1379 scan_response: ::protobuf::MessageField::none(), in default_instance()
2568 pub scan_response: ::protobuf::MessageField<super::chip::ble_beacon::AdvertiseData>, field
2605 |m: &BleBeaconCreate| { &m.scan_response }, in generated_message_descriptor_data()
[all …]
/tools/netsim/rust/daemon/src/
Dservice.rs233 scan_response: MessageField::some(AdvertiseDataProto { in new_test_beacon()
/tools/netsim/proto/netsim/
Dmodel.proto187 AdvertiseData scan_response = 5; field
215 Chip.BleBeacon.AdvertiseData scan_response = 5; field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py300 def start_le_advertisement(self, adv_data, scan_response, adv_interval, argument
1263 def start_le_advertisement(self, adv_data, scan_response, adv_interval, argument
1272 adv_data, scan_response, adv_interval, connectable)
/tools/netsim/rust/daemon/src/bluetooth/
Dbeacon.rs113 &beacon_proto.scan_response, in from_proto()