Loading system/stack/bnep/bnep_main.c +2 −0 Original line number Diff line number Diff line Loading @@ -565,6 +565,8 @@ static void bnep_data_ind (UINT16 l2cap_cid, BT_HDR *p_buf) p_bcb->con_state != BNEP_STATE_CONNECTED && extension_present && p && rem_len) { if (p_bcb->p_pending_data) GKI_freebuf (p_bcb->p_pending_data); p_bcb->p_pending_data = (BT_HDR *)GKI_getbuf (rem_len + sizeof(BT_HDR)); if (p_bcb->p_pending_data) { Loading system/stack/bnep/bnep_utils.c +2 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,8 @@ void bnepu_release_bcb (tBNEP_CONN *p_bcb) /* Drop any response pointer we may be holding */ p_bcb->con_state = BNEP_STATE_IDLE; if (p_bcb->p_pending_data) GKI_freebuf (p_bcb->p_pending_data); p_bcb->p_pending_data = NULL; /* Free transmit queue */ Loading Loading
system/stack/bnep/bnep_main.c +2 −0 Original line number Diff line number Diff line Loading @@ -565,6 +565,8 @@ static void bnep_data_ind (UINT16 l2cap_cid, BT_HDR *p_buf) p_bcb->con_state != BNEP_STATE_CONNECTED && extension_present && p && rem_len) { if (p_bcb->p_pending_data) GKI_freebuf (p_bcb->p_pending_data); p_bcb->p_pending_data = (BT_HDR *)GKI_getbuf (rem_len + sizeof(BT_HDR)); if (p_bcb->p_pending_data) { Loading
system/stack/bnep/bnep_utils.c +2 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,8 @@ void bnepu_release_bcb (tBNEP_CONN *p_bcb) /* Drop any response pointer we may be holding */ p_bcb->con_state = BNEP_STATE_IDLE; if (p_bcb->p_pending_data) GKI_freebuf (p_bcb->p_pending_data); p_bcb->p_pending_data = NULL; /* Free transmit queue */ Loading