Component/bt: fix bug for error length unit

This commit is contained in:
zhiweijian
2017-07-04 10:57:36 +08:00
parent abdbb4292a
commit ad8cce3053
2 changed files with 1 additions and 2 deletions

View File

@@ -554,7 +554,6 @@ void l2cble_process_conn_update_evt (UINT16 handle, UINT8 status, UINT16 conn_in
tL2C_LCB *p_lcb;
L2CAP_TRACE_DEBUG("l2cble_process_conn_update_evt");
L2CAP_TRACE_WARNING("l2cble_process_conn_update_evt: status: %d", status);
/* See if we have a link control block for the remote device */
p_lcb = l2cu_find_lcb_by_handle(handle);
if (!p_lcb) {