Skip to content

SDU length only in first L2CAP frame #78

@lychjck

Description

@lychjck

in coc.go send func
`
// sdu length (how many payload bytes)
if err := binary.Write(buf, binary.LittleEndian, uint16(len(data))); err != nil {
return err
}

`
sdu length is only in first frame,so this code shouldn't add in for loop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions