branch: externals/bluetooth commit 15d1f5382bd56551c12898a84eadf00e991b696d Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
adds a pointer to the source of assigned numbers data --- bluetooth.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth.el b/bluetooth.el index 1b2db05..1a54854 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -663,6 +663,9 @@ This function only uses the first adapter reported by Bluez." ;;; invoked with the masked and shifted CLASS and DATA ;;; - nil, if no further processing of CLASS is necessary ;;; DATA: the data passed to the parsing (FN) or NEXT functions +;;; +;;; The information used in all the following lists has been taken +;;; from the Bluetooth website: https://www.bluetooth.com/ (defconst bluetooth--class-major-services '((name . "major service classes") (mask . #xffe000)