Home
last modified time | relevance | path

Searched defs:ble_service_data (Results 1 – 4 of 4) sorted by relevance

/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dfast_pair_filter.cc132 bool MatchInitialFastPair(const BleServiceData &ble_service_data, in MatchInitialFastPair()
237 for (const auto &ble_service_data : scan_record.service_data) { in MatchFastPair() local
244 for (const auto &ble_service_data : scan_record.service_data) { in MatchFastPair() local
Dpresence_filter.cc108 for (const auto &ble_service_data : scan_record.service_data) { in MatchPresenceV0() local
193 for (const auto &ble_service_data : scan_record.service_data) { in MatchPresenceV1() local
Dfilter.cc90 for (const auto &ble_service_data : record.service_data) { in MatchBle() local
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto115 optional bytes ble_service_data = 8; field