From cde5f9419c0e21936d4be64dcdea3884cd9029ec Mon Sep 17 00:00:00 2001 From: Chris Manton Date: Fri, 18 Sep 2020 08:44:52 -0700 Subject: [PATCH] Remove unused stack/btm/btm_ble_int_types::tINQ_LE_BDADDR Towards readable code Bug: 163134718 Tag: #refactor Test: acts -tc BleCocTest Test: ble paired 2 phones Change-Id: I9c6cce2135abd683ed383e600d9034c5ed52131b --- stack/btm/btm_ble_int_types.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/stack/btm/btm_ble_int_types.h b/stack/btm/btm_ble_int_types.h index b51edaddd..2a26ed671 100644 --- a/stack/btm/btm_ble_int_types.h +++ b/stack/btm/btm_ble_int_types.h @@ -96,15 +96,6 @@ typedef struct { uint8_t* p_pad; } tBTM_BLE_LOCAL_ADV_DATA; -typedef struct { - /* Used for determining if a response has already been received for the - * current inquiry operation. (We do not want to flood the caller with - * multiple responses from the same device. */ - uint32_t inq_count; - bool scan_rsp; - tBLE_BD_ADDR le_bda; -} tINQ_LE_BDADDR; - #define BTM_BLE_ISVALID_PARAM(x, min, max) \ (((x) >= (min) && (x) <= (max)) || ((x) == BTM_BLE_CONN_PARAM_UNDEF)) -- 2.11.0