OSDN Git Service

Remove unused vars tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB
authorChris Manton <cmanton@google.com>
Fri, 18 Sep 2020 03:06:35 +0000 (20:06 -0700)
committerChris Manton <cmanton@google.com>
Mon, 21 Sep 2020 20:11:59 +0000 (20:11 +0000)
tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB::num_bd_entries
tBTM_CB::tBTM_BLE_CB::tBTM_BLE_INQ_CB::max_bd_entries

Towards readable code

Bug: 163134718
Tag: #refactor
Test: acts -tc BleCocTest
Test: ble paired 2 phones

Change-Id: I6abb23191fb4cdfe7a175862e01643b497297afb

stack/btm/btm_ble_int_types.h

index 8f021f7..1d9fbf6 100644 (file)
@@ -129,8 +129,6 @@ typedef struct {
   alarm_t* fast_adv_timer;
 
   /* inquiry BD addr database */
-  uint8_t num_bd_entries;
-  uint8_t max_bd_entries;
   tBTM_BLE_LOCAL_ADV_DATA adv_data;
   tBTM_BLE_ADV_CHNL_MAP adv_chnl_map;