Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/bluetooth clean up: remove FreeBSD cvs tags, update URLS...



details:   https://anonhg.NetBSD.org/src/rev/5fa300b91c5b
branches:  trunk
changeset: 341895:5fa300b91c5b
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sat Nov 28 07:46:33 2015 +0000

description:
clean up: remove FreeBSD cvs tags, update URLS, fix spelling
and add in PSMs defined in recent versions of specifications

diffstat:

 etc/bluetooth/hosts     |   7 ++---
 etc/bluetooth/protocols |  59 ++++++++++++++++++++++++++++++++++--------------
 2 files changed, 45 insertions(+), 21 deletions(-)

diffs (85 lines):

diff -r 72601c1049d8 -r 5fa300b91c5b etc/bluetooth/hosts
--- a/etc/bluetooth/hosts       Sat Nov 28 03:40:43 2015 +0000
+++ b/etc/bluetooth/hosts       Sat Nov 28 07:46:33 2015 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: hosts,v 1.1 2006/06/19 15:44:35 gdamore Exp $
-# $Id: hosts,v 1.1 2006/06/19 15:44:35 gdamore Exp $
-# $FreeBSD: /repoman/r/ncvs/src/etc/bluetooth/hosts,v 1.2 2005/11/10 19:09:22 emax Exp $
+# $NetBSD: hosts,v 1.2 2015/11/28 07:46:33 plunky Exp $
 #
 # Bluetooth Host Database
 #
-# This file should contain the Bluetooth addresses and aliases for hosts.
+# This file should contain the Bluetooth device addresses and
+# aliases for devices known to the system
 #
 # BD_ADDR               Name [ alias0 alias1 ... ]
 
diff -r 72601c1049d8 -r 5fa300b91c5b etc/bluetooth/protocols
--- a/etc/bluetooth/protocols   Sat Nov 28 03:40:43 2015 +0000
+++ b/etc/bluetooth/protocols   Sat Nov 28 07:46:33 2015 +0000
@@ -1,22 +1,47 @@
-# $NetBSD: protocols,v 1.1 2006/06/19 15:44:35 gdamore Exp $
-# $Id: protocols,v 1.1 2006/06/19 15:44:35 gdamore Exp $
-# $FreeBSD: /repoman/r/ncvs/src/etc/bluetooth/protocols,v 1.2 2005/11/10 19:09:22 emax Exp $
+# $NetBSD: protocols,v 1.2 2015/11/28 07:46:33 plunky Exp $
 #
-# Bluetooth Protocol/Service Multiplexor (PSM) names and numbers
+# Bluetooth Protocol/Service Multiplexer (PSM) names and values
 #
 # See also
-# https://www.bluetooth.org/foundry/assignnumb/document/assigned_numbers
+# https://www.bluetooth.org/en-us/specification/assigned-numbers
+# https://www.bluetooth.org/en-us/specification/adopted-specifications
 #
-# Protocol       PSM Alias         Reference
+# Protocol             PSM   [ Alias ... ]
+
+# Service Discovery Protocol, Bluetooth Core Specification
+sdp                    0x0001  SDP
+
+# RFCOMM with TS 07.10, Bluetooth SIG
+rfcomm i               0x0003  RFCOMM
+
+# Telephony Control Specification, Bluetooth SIG
+tcs-bin                        0x0005  TCS-BIN TCS_BIN
+tcs-bin-cordless       0x0007  TCS-BIN-CORDLESS TCS_BIN_CORDLESS
+
+# Bluetooth Network Encapsulation Protocol, Bluetooth SIG
+bnep                   0x000f  BNEP
 
-sdp              1   SDP           # Service Discovery Protocol
-rfcomm           3   RFCOMM        # RFCOMM with TS 07.10
-tcs-bin          5   TCS-BIN       # Telephony Control Specification
-tcs-bin-cordless 7   TCS-BIN-CORDLESS # Telephony Control Specification
-bnep             15  BNEP          # Bluetooth Network Encapsulation Protocol
-hid-control      17  HID-Control   # Human Interface Device (control)
-hid-interrupt    19  HID-Interrupt # Human Interface Device (interrupt)
-upnp             21  UPnP          # See ESDP, Bluetooth SIG
-avctp            23  AVCTP         # Audio/Video Control Transport Protocol
-avdtp            25  AVDTP         # Audio/Video Distribution Transport Protocol
-udi-c-plane      29  UDI-C-Plane   # Unrestricted Digital Information Profile
+# Human Interface Device Profile, Bluetooth SIG
+hid-control            0x0011  HID-Control HID_Control
+hid-interrupt          0x0013  HID-Interrupt HID_Interrupt
+
+# Extended Service Discovery Profile [ESDP] for Universal Plug and Play(tm), Bluetooth SIG
+upnp                   0x0015  UPnP ESDP
+
+# Audio/Video Control Transport Protocol, Bluetooth SIG
+avctp                  0x0017  AVCTP
+
+# Audio/Video Distribution Transport Protocol, Bluetooth SIG
+avdtp                  0x0019  AVDTP
+
+# Unrestricted Digital Information Profile, Bluetooth SIG
+udi-c-plane            0x001d  UDI-C-Plane UDI_C_Plane
+
+# Attribute Protocol, Bluetooth Core Specification
+att                    0x001f  ATT
+
+# 3D Synchronization Profile, Bluetooth SIG
+3dsp                   0x0021  3DSP
+
+# Internet Protocol Support Profile [IPSP], Bluetooth SIG
+le_psm_ipsp            0x0023  LE_PSM_IPSP



Home | Main Index | Thread Index | Old Index