Loading system/stack/l2cap/l2c_ble.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1041,7 +1041,7 @@ void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) { l2c_csm_execute(p_ccb, L2CEVT_L2CAP_DISCONNECT_REQ, NULL); } } else l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid); l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_INVALID_CID, id, 0, 0); break; Loading Loading
system/stack/l2cap/l2c_ble.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1041,7 +1041,7 @@ void l2cble_process_sig_cmd(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) { l2c_csm_execute(p_ccb, L2CEVT_L2CAP_DISCONNECT_REQ, NULL); } } else l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid); l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_INVALID_CID, id, 0, 0); break; Loading