From 6885061eab260ffecddff918f003bd0ed8ceca1a Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Mon, 7 Sep 2020 13:30:45 -0700 Subject: [PATCH] Remove unused tBTM_DEVCB::le_supported_states Towards readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I857ee94c9f7fab53fcb1f3ac421511186c87bed8 --- stack/btm/security_device_record.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/stack/btm/security_device_record.h b/stack/btm/security_device_record.h index 35f364da3..302073de0 100644 --- a/stack/btm/security_device_record.h +++ b/stack/btm/security_device_record.h @@ -82,9 +82,6 @@ typedef struct { RawAddress read_tx_pwr_addr; /* read TX power target address */ -#define BTM_LE_SUPPORT_STATE_SIZE 8 - uint8_t le_supported_states[BTM_LE_SUPPORT_STATE_SIZE]; - tBTM_BLE_LOCAL_ID_KEYS id_keys; /* local BLE ID keys */ Octet16 ble_encryption_key_value; /* BLE encryption key */ -- 2.11.0