Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/test/
Dhap_test.py118scan_response = await anext((x async for x in dut_scan if HAP_UUID in x.data.incomplete_service_cl…
120 return scan_response
140 scan_response = await self.dut_scan_for_hap()
141 …nection_to_ref, ref_connection_to_dut = await self.dut_connect_to_ref(advertisement, scan_response)
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py529 …def start_advertising_set(self, parameters, advertise_data, scan_response, periodic_parameters, pe… argument
553 …return self.proxy().StartAdvertisingSet(parameters, advertise_data, scan_response, periodic_parame…
782 …def start_advertising_set_sync(self, parameters, advertise_data, scan_response, periodic_parameter… argument
806 …reg_id = self.start_advertising_set(parameters, advertise_data, scan_response, periodic_parameters,
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py295 …def start_advertising_set(self, parameters, advertise_data, scan_response, periodic_parameters, pe… argument
299scan_response = utils.make_kv_optional_value(self.advertising_client.make_dbus_advertise_data(scan…
304 … return self.advertising_client.start_advertising_set(parameters, advertise_data, scan_response,
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager_test.cc262 advertising_config.scan_response = gap_data; in SetUp()
328 advertising_config.scan_response = gap_data; in SetUp()
379 advertising_config.scan_response = gap_data; in SetUp()
442 advertising_config.scan_response = gap_data; in SetUp()
499 advertising_config.scan_response = gap_data; in TEST_F()
551 advertising_config.scan_response = gap_data; in TEST_F()
632 advertising_config.scan_response = gap_data; in TEST_F()
684 advertising_config.scan_response = gap_data; in TEST_F()
737 advertising_config.scan_response = gap_data; in TEST_F()
789 advertising_config.scan_response = gap_data; in TEST_F()
[all …]
Dle_scanning_manager_test.cc381 LeAdvertisingResponse scan_response = make_advertising_report(); in TEST_F() local
382 scan_response.event_type_ = AdvertisingEventType::SCAN_RESPONSE; in TEST_F()
388 test_hci_layer_->IncomingLeMetaEvent(LeAdvertisingReportBuilder::Create({scan_response})); in TEST_F()
408 LeAdvertisingResponse scan_response = make_advertising_report(); in TEST_F() local
409 scan_response.event_type_ = AdvertisingEventType::SCAN_RESPONSE; in TEST_F()
414 test_hci_layer_->IncomingLeMetaEvent(LeAdvertisingReportBuilder::Create({scan_response})); in TEST_F()
Dle_scanning_callback.h46 std::vector<uint8_t> scan_response; variable
Dle_advertising_manager.h49 std::vector<GapData> scan_response; variable
Dle_scanning_manager.cc282 bool scan_response{false}; member
322 (o.directed ? 0x0001 << 2 : 0) | (o.scan_response ? 0x0001 << 3 : 0) | in transform_to_extended_event_type()
360 {.scannable = true, .scan_response = true, .legacy = true}); in handle_advertising_report()
1584 on_found_on_lost_info.scan_response.reserve(scan_rsp_data.size()); in on_advertisement_tracking()
1585 on_found_on_lost_info.scan_response.insert(on_found_on_lost_info.scan_response.end(), in on_advertisement_tracking()
Dle_advertising_manager.cc501 !check_advertising_data(config.scan_response, false)) { in create_advertiser_with_id()
532 set_data(id, true, config.scan_response); in create_advertiser_with_id()
544 set_data(id, true, config.scan_response); in create_advertiser_with_id()
612 !check_extended_advertising_data(config.scan_response, false)) { in create_extended_advertiser_with_id()
695 set_data(id, true, config.scan_response); in create_extended_advertiser_with_id()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_20_C.py177 scan_response=False,
242 scan_response=True,
DBV_79_C.py103 scan_response=False,
DBV_19_C.py192 scan_response=False,
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc175 std::copy(rust_info.scan_response.begin(), rust_info.scan_response.end(), in OnTrackAdvFoundLost()
176 std::back_inserter(ati.scan_response)); in OnTrackAdvFoundLost()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc543 auto scan_rsp_data = on_found_on_lost_info.scan_response; in OnTrackAdvFoundLost()
545 track_info.scan_response.reserve(adv_data.size()); in OnTrackAdvFoundLost()
546 track_info.scan_response.insert(track_info.scan_response.end(), scan_rsp_data.begin(), in OnTrackAdvFoundLost()
Dle_advertising_manager.cc139 parse_gap_data(scan_response_data, config.scan_response); in StartAdvertising()
162 parse_gap_data(scan_response_data, config.scan_response); in StartAdvertisingSet()
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h47 std::vector<uint8_t> scan_response; variable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs817 scan_response: Option<AdvertiseData>, in start_advertising_set()
902 scan_response: Option<AdvertiseData>, in start_advertising_set()
924 if let Some(d) = scan_response { d.make_with(&device_name) } else { Vec::<u8>::new() }; in start_advertising_set()
Dbluetooth_gatt.rs433 scan_response: Option<AdvertiseData>, in start_advertising_set()
2183 scan_response: Option<AdvertiseData>, in start_advertising_set()
2193 scan_response, in start_advertising_set()
4072 [&track_adv_info.adv_packet[..], &track_adv_info.scan_response[..]].concat(); in on_track_adv_found_lost()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs662 scan_response: Option<AdvertiseData>, in start_advertising_set()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc4631 auto scan_response = model::packets::LeScanResponseView::Create(incoming); in IncomingLeScanResponsePacket() local
4632 ASSERT(scan_response.IsValid()); in IncomingLeScanResponsePacket()
4646 scan_response.GetSourceAddress(), in IncomingLeScanResponsePacket()
4647 static_cast<AddressType>(scan_response.GetAdvertisingAddressType())}; in IncomingLeScanResponsePacket()
4688 response.advertising_data_ = scan_response.GetScanResponseData(); in IncomingLeScanResponsePacket()
4719 std::vector<uint8_t> advertising_data = scan_response.GetScanResponseData(); in IncomingLeScanResponsePacket()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl5535 _size_(scan_response) : 8,
5536 scan_response : 8[],
6519 scan_response : 1,
6541 scan_response : 1,
7139 _size_(scan_response) : 8,
7140 scan_response : 8[],
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs54 scan_response: Vec<u8>, field
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl5979 scan_response : 1,
6568 _size_(scan_response) : 8,
6569 scan_response : 8[],
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1540 scan_response: Option<AdvertiseData>, in start_advertising_set()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1016 (jbyte*)track_info.scan_response.data()); in OnTrackAdvFoundLost()