diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-07-07 04:50:11 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-07-07 04:50:11 -0700 |
commit | dd6dc18f57235bf19b3886f51c1c91baa5d62ecc (patch) | |
tree | 57eebc6f0878d2d2aa19ccae6ad8332ecbd4c83d /system/stack/gatt/connection_manager.h | |
parent | 241b2b700fd3cf842291ce13513d6bbb50564560 (diff) | |
parent | c8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 (diff) |
Merge c8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 on remote branch
Change-Id: Ibd4beb7c71dd436610071aff26ccde92e237dfbd
Diffstat (limited to 'system/stack/gatt/connection_manager.h')
-rw-r--r-- | system/stack/gatt/connection_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/stack/gatt/connection_manager.h b/system/stack/gatt/connection_manager.h index fe2bd93299..d3eb3e39b9 100644 --- a/system/stack/gatt/connection_manager.h +++ b/system/stack/gatt/connection_manager.h @@ -41,7 +41,6 @@ extern bool background_connect_add(tAPP_ID app_id, const RawAddress& address); extern bool background_connect_remove(tAPP_ID app_id, const RawAddress& address); extern bool remove_unconditional(const RawAddress& address); -extern bool remove_unconditional_from_shim(const RawAddress& address); extern void reset(bool after_reset); |