/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | loopback.cc | 75 auto scan_response = model::packets::LeScanResponseBuilder::Create( in IncomingPacket() local 81 std::move(scan_response); in IncomingPacket()
|
D | beacon.cc | 80 auto scan_response = model::packets::LeScanResponseBuilder::Create( in IncomingPacket() local 86 std::move(scan_response); in IncomingPacket()
|
D | scripted_beacon.cc | 201 auto scan_response = model::packets::LeScanResponseBuilder::Create( in IncomingPacket() local 208 SendLinkLayerPacket(std::move(scan_response), Phy::Type::LOW_ENERGY); in IncomingPacket()
|
/system/bt/service/ |
D | low_energy_advertiser.cc | 143 const AdvertiseData& scan_response, in StartAdvertising() argument 163 if (!scan_response.IsValid()) { in StartAdvertising() 171 GetAdvertiseParams(settings, !scan_response.data().empty(), ¶ms); in StartAdvertising() 179 params, advertise_data.data(), scan_response.data(), in StartAdvertising()
|
D | low_energy_advertiser.h | 58 const AdvertiseData& scan_response,
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothLeAdvertiser.aidl | 32 in AdvertiseData scan_response, in StartMultiAdvertising() argument
|
/system/bt/service/ipc/binder/ |
D | bluetooth_le_advertiser_binder_server.cc | 68 const android::bluetooth::AdvertiseData& scan_response, in StartMultiAdvertising() argument 102 if (!advertiser->StartAdvertising(settings, advertise_data, scan_response, in StartMultiAdvertising()
|
D | bluetooth_le_advertiser_binder_server.h | 59 const android::bluetooth::AdvertiseData& scan_response,
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | le_advertiser.cc | 27 const std::vector<uint8_t>& scan_response, in Initialize() argument 34 scan_response_ = scan_response; in Initialize()
|
D | le_advertiser.h | 40 const std::vector<uint8_t>& scan_response,
|
D | link_layer_controller.cc | 1400 auto scan_response = model::packets::LeScanResponseView::Create(incoming); in IncomingLeScanResponsePacket() local 1401 ASSERT(scan_response.IsValid()); in IncomingLeScanResponsePacket() 1402 vector<uint8_t> ad = scan_response.GetData(); in IncomingLeScanResponsePacket() 1403 auto adv_type = scan_response.GetAdvertisementType(); in IncomingLeScanResponsePacket() 1405 static_cast<LeAdvertisement::AddressType>(scan_response.GetAddressType()); in IncomingLeScanResponsePacket()
|
/system/bt/gd/hci/facade/ |
D | le_advertising_manager_facade.cc | 58 for (const auto& elem : config_proto.scan_response()) { in AdvertisingConfigFromProto() 59 config->scan_response.push_back(GapDataFromProto(elem)); in AdvertisingConfigFromProto()
|
D | le_advertising_manager_facade.proto | 36 repeated GapDataMsg scan_response = 2; field
|
/system/bt/main/shim/ |
D | le_scanning_manager.cc | 292 auto scan_rsp_data = on_found_on_lost_info.scan_response; in OnTrackAdvFoundLost() 294 track_info.scan_response.reserve(adv_data.size()); in OnTrackAdvFoundLost() 295 track_info.scan_response.insert(track_info.scan_response.end(), in OnTrackAdvFoundLost()
|
D | le_advertising_manager.cc | 162 config.scan_response.push_back(gap_data); in StartAdvertisingSet()
|
/system/bt/gd/hci/ |
D | le_advertising_manager.h | 39 std::vector<GapData> scan_response; variable
|
D | le_scanning_manager.h | 43 std::vector<uint8_t> scan_response; variable
|
D | le_scanning_manager.cc | 285 bool scan_response{false}; member 294 (o.directed ? 0x0001 << 2 : 0) | (o.scan_response ? 0x0001 << 3 : 0) | in transform_to_extended_event_type() 329 …&extended_event_type, {.connectable = true, .scannable = true, .scan_response = true, .legacy = tr… in handle_advertising_report() 1186 on_found_on_lost_info.scan_response.reserve(scan_rsp_data.size()); in on_advertisement_tracking() 1187 on_found_on_lost_info.scan_response.insert( in on_advertisement_tracking() 1188 on_found_on_lost_info.scan_response.end(), scan_rsp_data.begin(), scan_rsp_data.end()); in on_advertisement_tracking()
|
D | le_advertising_manager_test.cc | 395 advertising_config.scan_response = gap_data; in SetUp() 457 advertising_config.scan_response = gap_data; in SetUp() 515 advertising_config.scan_response = gap_data; in SetUp() 572 advertising_config.scan_response = gap_data; in TEST_F() 623 advertising_config.scan_response = gap_data; in TEST_F() 666 advertising_config.scan_response = gap_data; in TEST_F()
|
D | le_advertising_manager.cc | 238 set_data(id, true, config.scan_response); in create_advertiser() 251 set_data(id, true, config.scan_response); in create_advertiser() 326 set_data(id, true, config.scan_response); in create_extended_advertiser()
|
D | hci_packets.pdl | 4596 _size_(scan_response) : 8, 4597 scan_response : 8[], 5412 scan_response : 1, 5654 _size_(scan_response) : 8, 5655 scan_response : 8[],
|
/system/bt/include/hardware/ |
D | ble_scanner.h | 69 std::vector<uint8_t> scan_response; variable
|