Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Dle_scanning_manager.cc742 std::vector<uint8_t> combined_data = {}; in update_uuid_filter() local
757 combined_data.insert(combined_data.end(), data.begin(), data.end()); in update_uuid_filter()
776 combined_data.insert(combined_data.end(), data.begin(), data.end()); in update_uuid_filter()
780 combined_data.insert(combined_data.end(), data.begin(), data.end()); in update_uuid_filter()
812 std::vector<uint8_t> combined_data = {}; in update_manufacturer_data_filter() local
817 combined_data.insert(combined_data.end(), data.begin(), data.end()); in update_manufacturer_data_filter()
823 combined_data.push_back(0xFF); in update_manufacturer_data_filter()
824 combined_data.push_back(0xFF); in update_manufacturer_data_filter()
827 combined_data.insert(combined_data.end(), data_mask.begin(), data_mask.end()); in update_manufacturer_data_filter()
844 combined_data.insert(combined_data.end(), data.begin(), data.end()); in update_service_data_filter()
[all …]