1121054Semax# $Id: protocols,v 1.2 2003/05/21 22:17:14 max Exp $
2121054Semax# $FreeBSD$
3121054Semax#
4121054Semax# Bluetooth Protocol/Service Multiplexor (PSM) names and numbers
5121054Semax#
6152286Semax# See also
7152286Semax# https://www.bluetooth.org/foundry/assignnumb/document/assigned_numbers
8121054Semax#
9121054Semax# Protocol       PSM Alias         Reference
10121054Semax
11121054Semaxsdp              1   SDP           # Service Discovery Protocol
12121054Semaxrfcomm           3   RFCOMM        # RFCOMM with TS 07.10
13121054Semaxtcs-bin          5   TCS-BIN       # Telephony Control Specification
14121054Semaxtcs-bin-cordless 7   TCS-BIN-CORDLESS # Telephony Control Specification
15121054Semaxbnep             15  BNEP          # Bluetooth Network Encapsulation Protocol
16121054Semaxhid-control      17  HID-Control   # Human Interface Device (control)
17121054Semaxhid-interrupt    19  HID-Interrupt # Human Interface Device (interrupt)
18121054Semaxupnp             21  UPnP          # See ESDP, Bluetooth SIG
19121054Semaxavctp            23  AVCTP         # Audio/Video Control Transport Protocol
20121054Semaxavdtp            25  AVDTP         # Audio/Video Distribution Transport Protocol
21121054Semaxudi-c-plane      29  UDI-C-Plane   # Unrestricted Digital Information Profile
22121054Semax
23