fix(bt/bluedroid): fixed an OOB bug in btm_read_local_oob_complete

This commit is contained in:
Jin Cheng
2025-10-11 19:10:42 +08:00
parent 5a2b29fe82
commit a73e2e4d6c
4 changed files with 21 additions and 5 deletions
@@ -1259,10 +1259,10 @@ tINQ_DB_ENT *btm_inq_db_new (BD_ADDR p_bda);
#if BTM_OOB_INCLUDED == TRUE
void btm_rem_oob_req (UINT8 *p);
void btm_read_local_oob_complete (UINT8 *p);
void btm_read_local_oob_complete (UINT8 *p, UINT16 evt_len);
#else
#define btm_rem_oob_req(p)
#define btm_read_local_oob_complete(p)
#define btm_read_local_oob_complete(p, evt_len)
#endif
void btm_acl_resubmit_page (void);