Searched refs:on_found_on_lost_info (Results 1 – 7 of 7) sorted by relevance
270 on_found_on_lost_info) { in OnTrackAdvFoundLost() argument273 ToRawAddress(on_found_on_lost_info.advertiser_address); in OnTrackAdvFoundLost()276 on_found_on_lost_info.advertiser_address_type; in OnTrackAdvFoundLost()277 track_info.scanner_id = on_found_on_lost_info.scanner_id; in OnTrackAdvFoundLost()278 track_info.filter_index = on_found_on_lost_info.filter_index; in OnTrackAdvFoundLost()279 track_info.advertiser_state = on_found_on_lost_info.advertiser_state; in OnTrackAdvFoundLost()281 static_cast<uint8_t>(on_found_on_lost_info.advertiser_info_present); in OnTrackAdvFoundLost()282 if (on_found_on_lost_info.advertiser_info_present == in OnTrackAdvFoundLost()284 track_info.tx_power = on_found_on_lost_info.tx_power; in OnTrackAdvFoundLost()285 track_info.rssi = on_found_on_lost_info.rssi; in OnTrackAdvFoundLost()[all …]
225 on_found_on_lost_info);
134 bluetooth::hci::AdvertisingFilterOnFoundOnLostInfo on_found_on_lost_info){}; in OnTrackAdvFoundLost() argument
153 void OnTrackAdvFoundLost(AdvertisingFilterOnFoundOnLostInfo on_found_on_lost_info) { in OnTrackAdvFoundLost() argument995 AdvertisingFilterOnFoundOnLostInfo on_found_on_lost_info = {}; in track_advertiser() local996 on_found_on_lost_info.scanner_id = scanner_id; in track_advertiser()997 on_found_on_lost_info.advertiser_info_present = AdvtInfoPresent::NO_ADVT_INFO_PRESENT; in track_advertiser()998 scanning_callbacks_->OnTrackAdvFoundLost(on_found_on_lost_info); in track_advertiser()1168 AdvertisingFilterOnFoundOnLostInfo on_found_on_lost_info = {}; in on_advertisement_tracking() local1169 on_found_on_lost_info.scanner_id = tracker_id; in on_advertisement_tracking()1170 on_found_on_lost_info.filter_index = view.GetApcfFilterIndex(); in on_advertisement_tracking()1171 on_found_on_lost_info.advertiser_state = view.GetAdvertiserState(); in on_advertisement_tracking()1172 on_found_on_lost_info.advertiser_address = view.GetAdvertiserAddress(); in on_advertisement_tracking()[all …]
68 virtual void OnTrackAdvFoundLost(AdvertisingFilterOnFoundOnLostInfo on_found_on_lost_info) = 0;
320 (bluetooth::hci::AdvertisingFilterOnFoundOnLostInfo on_found_on_lost_info),
91 void OnTrackAdvFoundLost(AdvertisingFilterOnFoundOnLostInfo on_found_on_lost_info){}; in OnTrackAdvFoundLost() argument