Home | History | Annotate | Line # | Download | only in bluetooth
      1 # $NetBSD: protocols,v 1.2 2015/11/28 07:46:33 plunky Exp $
      2 #
      3 # Bluetooth Protocol/Service Multiplexer (PSM) names and values
      4 #
      5 # See also
      6 # https://www.bluetooth.org/en-us/specification/assigned-numbers
      7 # https://www.bluetooth.org/en-us/specification/adopted-specifications
      8 #
      9 # Protocol		PSM   [	Alias ... ]
     10 
     11 # Service Discovery Protocol, Bluetooth Core Specification
     12 sdp			0x0001	SDP
     13 
     14 # RFCOMM with TS 07.10, Bluetooth SIG
     15 rfcomm	i		0x0003	RFCOMM
     16 
     17 # Telephony Control Specification, Bluetooth SIG
     18 tcs-bin			0x0005	TCS-BIN TCS_BIN
     19 tcs-bin-cordless	0x0007	TCS-BIN-CORDLESS TCS_BIN_CORDLESS
     20 
     21 # Bluetooth Network Encapsulation Protocol, Bluetooth SIG
     22 bnep			0x000f	BNEP
     23 
     24 # Human Interface Device Profile, Bluetooth SIG
     25 hid-control		0x0011	HID-Control HID_Control
     26 hid-interrupt		0x0013	HID-Interrupt HID_Interrupt
     27 
     28 # Extended Service Discovery Profile [ESDP] for Universal Plug and Play(tm), Bluetooth SIG
     29 upnp			0x0015	UPnP ESDP
     30 
     31 # Audio/Video Control Transport Protocol, Bluetooth SIG
     32 avctp			0x0017	AVCTP
     33 
     34 # Audio/Video Distribution Transport Protocol, Bluetooth SIG
     35 avdtp			0x0019	AVDTP
     36 
     37 # Unrestricted Digital Information Profile, Bluetooth SIG
     38 udi-c-plane		0x001d	UDI-C-Plane UDI_C_Plane
     39 
     40 # Attribute Protocol, Bluetooth Core Specification
     41 att			0x001f	ATT
     42 
     43 # 3D Synchronization Profile, Bluetooth SIG
     44 3dsp			0x0021	3DSP
     45 
     46 # Internet Protocol Support Profile [IPSP], Bluetooth SIG
     47 le_psm_ipsp		0x0023	LE_PSM_IPSP
     48