Loading system/stack/gatt/att_protocol.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -336,8 +336,7 @@ tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP) if (l2cap_ret == L2CAP_DW_FAILED) if (l2cap_ret == L2CAP_DW_FAILED) { { GATT_TRACE_ERROR("ATT failed to pass msg:0x%0x to L2CAP", GATT_TRACE_ERROR("ATT failed to pass msg to L2CAP"); *((UINT8 *)(p_toL2CAP + 1) + p_toL2CAP->offset)); return GATT_INTERNAL_ERROR; return GATT_INTERNAL_ERROR; } } else if (l2cap_ret == L2CAP_DW_CONGESTED) else if (l2cap_ret == L2CAP_DW_CONGESTED) Loading Loading
system/stack/gatt/att_protocol.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -336,8 +336,7 @@ tGATT_STATUS attp_send_msg_to_l2cap(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP) if (l2cap_ret == L2CAP_DW_FAILED) if (l2cap_ret == L2CAP_DW_FAILED) { { GATT_TRACE_ERROR("ATT failed to pass msg:0x%0x to L2CAP", GATT_TRACE_ERROR("ATT failed to pass msg to L2CAP"); *((UINT8 *)(p_toL2CAP + 1) + p_toL2CAP->offset)); return GATT_INTERNAL_ERROR; return GATT_INTERNAL_ERROR; } } else if (l2cap_ret == L2CAP_DW_CONGESTED) else if (l2cap_ret == L2CAP_DW_CONGESTED) Loading