From fa2f60578b8ae7dad3ad2f87f37f0e98828fda4e Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Thu, 10 Sep 2020 10:30:36 -0700 Subject: [PATCH] Remove unused #defs stack/btm:: Towards flattening BTM Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I49daab1bbd41546086ad1573f02fc97b7fa87d79 --- stack/btm/btm_ble_int_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stack/btm/btm_ble_int_types.h b/stack/btm/btm_ble_int_types.h index 90b418265..4fb48b477 100644 --- a/stack/btm/btm_ble_int_types.h +++ b/stack/btm/btm_ble_int_types.h @@ -83,7 +83,6 @@ typedef uint8_t tBTM_BLE_SEC_REQ_ACT; #define BTM_LE_OBSERVE_ACTIVE 0x80 /* BLE scan activity mask checking */ -#define BTM_BLE_IS_SCAN_ACTIVE(x) ((x)&BTM_BLE_SCAN_ACTIVE_MASK) #define BTM_BLE_IS_INQ_ACTIVE(x) ((x)&BTM_BLE_INQUIRY_MASK) #define BTM_BLE_IS_OBS_ACTIVE(x) ((x)&BTM_LE_OBSERVE_ACTIVE) -- 2.11.0