OSDN Git Service

Remove unused tBTM_DEVCB::le_supported_states
authorChris Manton <cmanton@google.com>
Mon, 7 Sep 2020 20:30:45 +0000 (13:30 -0700)
committerChris Manton <cmanton@google.com>
Thu, 10 Sep 2020 18:14:33 +0000 (18:14 +0000)
Towards readable code

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I857ee94c9f7fab53fcb1f3ac421511186c87bed8

stack/btm/security_device_record.h

index 35f364d..302073d 100644 (file)
@@ -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 */