mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
add scan function in presence BLE
PiperOrigin-RevId: 478666843
This commit is contained in:
committed by
Copybara-Service
parent
2fff61b312
commit
c4ad6de6f8
@@ -220,6 +220,7 @@ cc_library(
|
||||
"//connections:__subpackages__",
|
||||
"//internal/platform:__pkg__",
|
||||
"//internal/platform/implementation:__subpackages__",
|
||||
"//presence:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":base",
|
||||
@@ -341,6 +342,7 @@ cc_library(
|
||||
"//internal/platform/implementation/ios:__subpackages__",
|
||||
"//internal/platform/implementation/windows:__subpackages__",
|
||||
"//location/nearby/cpp/sharing:__subpackages__",
|
||||
"//presence:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":base",
|
||||
|
||||
@@ -70,7 +70,7 @@ cc_library(
|
||||
"//internal/platform:__pkg__",
|
||||
"//internal/platform/implementation:__subpackages__",
|
||||
"//presence:__pkg__",
|
||||
"//presence/implementation:__pkg__",
|
||||
"//presence/implementation:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//connections/implementation/proto:offline_wire_formats_cc_proto",
|
||||
|
||||
Reference in New Issue
Block a user