Implemented BluetoothClassicMedium::ConnectToService

PiperOrigin-RevId: 389007196
This commit is contained in:
hai007
2021-08-05 13:15:57 -07:00
committed by Copybara-Service
parent cb169f5897
commit 7a02eaad37
12 changed files with 410 additions and 43 deletions
+2
View File
@@ -36,6 +36,7 @@ cc_library(
"scheduled_executor.h",
"settable_future.h",
"submittable_executor.h",
"utils.h",
],
compatible_with = ["//buildenv/target:non_prod"],
deps = [
@@ -113,6 +114,7 @@ cc_library(
"//platform/api:types",
"//platform/impl/shared:file",
"//platform/impl/windows/generated:types",
"//platform/public:types",
],
)