mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add bluetooth_adapter implementation.
This commit is contained in:
@@ -16,3 +16,17 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "linux",
|
||||
hdrs = [
|
||||
"bluetooth_adapter.h",
|
||||
"bluez.h"
|
||||
],
|
||||
srcs = ["bluetooth_adapter.cc"],
|
||||
deps = [
|
||||
"//internal/platform/implementation:types",
|
||||
"//internal/platform:logging",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@libsystemd//:lib",
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user