Loading system/stack/l2cap/l2c_main.c +1 −3 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ void l2c_rcv_acl_data (BT_HDR *p_msg) UINT8 pkt_type; tL2C_LCB *p_lcb; tL2C_CCB *p_ccb = NULL; UINT16 l2cap_len, rcv_cid, psm; UINT16 l2cap_len, rcv_cid; /* Extract the handle */ STREAM_TO_UINT16 (handle, p); Loading Loading @@ -239,8 +239,6 @@ void l2c_rcv_acl_data (BT_HDR *p_msg) counter_add("l2cap.ch2.rx.bytes", l2cap_len); counter_add("l2cap.ch2.rx.pkts", 1); /* process_connectionless_data (p_lcb); */ STREAM_TO_UINT16 (psm, p); L2CAP_TRACE_DEBUG( "GOT CONNECTIONLESS DATA PSM:%d", psm ) ; #if (L2CAP_UCD_INCLUDED == TRUE) /* if it is not broadcast, check UCD registration */ Loading Loading
system/stack/l2cap/l2c_main.c +1 −3 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ void l2c_rcv_acl_data (BT_HDR *p_msg) UINT8 pkt_type; tL2C_LCB *p_lcb; tL2C_CCB *p_ccb = NULL; UINT16 l2cap_len, rcv_cid, psm; UINT16 l2cap_len, rcv_cid; /* Extract the handle */ STREAM_TO_UINT16 (handle, p); Loading Loading @@ -239,8 +239,6 @@ void l2c_rcv_acl_data (BT_HDR *p_msg) counter_add("l2cap.ch2.rx.bytes", l2cap_len); counter_add("l2cap.ch2.rx.pkts", 1); /* process_connectionless_data (p_lcb); */ STREAM_TO_UINT16 (psm, p); L2CAP_TRACE_DEBUG( "GOT CONNECTIONLESS DATA PSM:%d", psm ) ; #if (L2CAP_UCD_INCLUDED == TRUE) /* if it is not broadcast, check UCD registration */ Loading