Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 378235a0 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android Partner Code Review
Browse files

Merge "Remove unused remote_name_* variables" into m-wireless-dev

parents 9ac501ad adb7e6ac
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -631,15 +631,6 @@ typedef struct
    BOOLEAN             appl_knows_rem_name;    /* set by application if it knows the remote name of the peer device.
                                                   This is later used by application to determine if remote name request is
                                                   required to be done. Having the flag here avoid duplicate store of inquiry results */


#if (BLE_INCLUDED == TRUE)
    UINT16          remote_name_len;
    tBTM_BD_NAME    remote_name;
    UINT8           remote_name_state;
    UINT8           remote_name_type;
#endif

} tBTM_INQ_INFO;