| D | low_energy_advertising_manager_test.cc | 7 // https://www.apache.org/licenses/LICENSE-2.0 56 // - Reports mas_ad_size supported 57 // - Actually just accepts all ads and stores them in ad_store 79 void StartAdvertising(const DeviceAddress& address, in StartAdvertising() argument 105 ads_->emplace(address, std::move(new_status)); in StartAdvertising() 109 void StopAdvertising(const DeviceAddress& address) override { in StopAdvertising() argument 110 ads_->erase(address); in StopAdvertising() 122 const auto& cb = ads_->begin()->second.connect_cb; in OnIncomingConnection() 125 handle, ads_->begin()->first, peer_address, role, hci_)); in OnIncomingConnection() 137 const DeviceAddress& address, in BuildEnablePacket() argument [all …]
|