change(bt): Remove unused state variable for (e)SCO disconnect reason in Bluedroid

This commit is contained in:
Wang Mengyang
2025-01-10 12:45:37 +08:00
parent 51a7f4547b
commit f39d1215b5
4 changed files with 6 additions and 55 deletions

View File

@@ -470,7 +470,6 @@ typedef struct {
tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
tBTM_ESCO_PARAMS def_esco_parms;
BD_ADDR xfer_addr;
UINT16 sco_disc_reason;
BOOLEAN esco_supported; /* TRUE if 1.2 cntlr AND supports eSCO links */
tBTM_SCO_TYPE desired_sco_mode;
tBTM_SCO_TYPE xfer_sco_type;