From: Chris Manton Date: Thu, 28 Jan 2021 18:56:54 +0000 (-0800) Subject: Re-include bta/include/bta_dm_api X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ff8c2826b8602ba49391052825fdbef2f4924938;p=android-x86%2Fsystem-bt.git Re-include bta/include/bta_dm_api Include what you use Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ice02ef6590a5b291654fd7aedc1a41af7c4a45a6 --- diff --git a/bta/include/bta_dm_api.h b/bta/include/bta_dm_api.h index 8fdff7697..1ad4fd6ea 100644 --- a/bta/include/bta_dm_api.h +++ b/bta/include/bta_dm_api.h @@ -24,7 +24,7 @@ #ifndef BTA_DM_API_H #define BTA_DM_API_H -#include "stack/include/bt_types.h" +#include "types/raw_address.h" // Brings connection to active mode void bta_dm_pm_active(const RawAddress& peer_addr);