summaryrefslogtreecommitdiff
path: root/lib/l2cap.h
Commit message (Collapse)AuthorAgeFilesLines
* l2test: Fix setting mode for BR/EDR l2cap socketSimon Mikuda2023-03-281-0/+2
| | | | | BT_MODE_* enums are used only for socket SOL_BLUETOOTH, option BT_MODE Otherwise we should use L2CAP_MODE_* enums.
* lib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 18 GPL-2.0-only : 1 License: GPL-2.0-or-later lib/sco.h lib/sdp.c lib/a2mp.h lib/uuid.h lib/bluetooth.h lib/hidp.h lib/rfcomm.h lib/hci.c lib/sdp.h lib/sdp_lib.h lib/bluetooth.c lib/mgmt.h lib/hci.h lib/uuid.c lib/l2cap.h lib/bnep.h lib/hci_lib.h lib/cmtp.h License: GPL-2.0-only lib/amp.h
* Add Bluetooth address type in sockaddr_l2Claudio Takahasi2012-04-251-0/+1
| | | | | | This patch adds the address type information to sockaddr_l2 structure, allowing the userspace to inform the remote address type required for LE Create Connection command.
* lib: Add L2CAP Create/Move Channel definitionsPeter Krystad2012-02-291-0/+45
|
* Add definitions for L2CAP fixed channelsAndrei Emeltchenko2011-10-211-0/+5
|
* Add definition for L2CAP Ext Window SizeAndrei Emeltchenko2011-08-311-0/+1
| | | | This is needed e.g. by hcidump.
* Add L2CAP EFS definitionsAndrei Emeltchenko2011-07-291-0/+7
| | | | These are needed e.g. by hcidump.
* Add L2CAP extended feature mask definitionsAndrei Emeltchenko2011-07-261-0/+12
|
* Add txWindow and MaxTt to l2cap_optionsGustavo F. Padovan2010-04-281-0/+2
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Add FCS field to L2CAP optionsMarcel Holtmann2009-08-301-0/+1
|
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-0/+205