branch: externals/bluetooth commit 943ddf323fe53a110ad56d0621c84bf5a48d5c7c Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
Clean up the UUID and class descriptions --- bluetooth.el | 62 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/bluetooth.el b/bluetooth.el index f8e485d..da033ff 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -658,9 +658,9 @@ scanning the bus, displaying device info etc." (shift . 0) (fn . bluetooth--class-parse-bitfield) (next . bluetooth--class-major-dev-classes) - (data . ((13 . "Limited Discoverable Mode") - (14 . "(reserved)") - (15 . "(reserved)") + (data . ((13 . "Limited discoverable mode") + (14 . "(Reserved)") + (15 . "(Reserved)") (16 . "Positioning") (17 . "Networking") (18 . "Rendering") @@ -680,7 +680,7 @@ scanning the bus, displaying device info etc." (data . ((#x0 . ("Miscellaneous" . nil)) (#x1 . ("Computer" . bluetooth--class-computer-minor-classes)) (#x2 . ("Phone" . bluetooth--class-phone-minor-classes)) - (#x3 . ("LAN /Network Access point" . + (#x3 . ("LAN/Network Access point" . bluetooth--class-network-minor-classes)) (#x4 . ("Audio/Video" . bluetooth--class-av-minor-classes)) (#x5 . ("Peripheral" . bluetooth--class-peripheral-minor-classes)) @@ -744,24 +744,24 @@ scanning the bus, displaying device info etc." (fn . bluetooth--class-parse-value) (next . nil) (data . ((#x0 . "Uncategorized") - (#x1 . "Wearable Headset Device") - (#x2 . "Hands-free Device") + (#x1 . "Wearable headset device") + (#x2 . "Hands-free device") (#x3 . "(Reserved)") (#x4 . "Microphone") (#x5 . "Loudspeaker") (#x6 . "Headphones") - (#x7 . "Portable Audio") + (#x7 . "Portable audio") (#x8 . "Car audio") (#x9 . "Set-top box") - (#xa . "HiFi Audio Device") + (#xa . "HiFi audio device") (#xb . "VCR") - (#xc . "Video Camera") + (#xc . "Video camera") (#xd . "Camcorder") - (#xe . "Video Monitor") - (#xf . "Video Display and Loudspeaker") - (#x10 . "Video Conferencing") + (#xe . "Video monitor") + (#xf . "Video display and loudspeaker") + (#x10 . "Video conferencing") (#x11 . "(Reserved)") - (#x12 . "Gaming/Toy")))) + (#x12 . "Gaming/toy")))) "Bluetooth audio/video minor classes.") (defconst bluetooth--class-peripheral-minor-classes @@ -770,7 +770,7 @@ scanning the bus, displaying device info etc." (shift . -2) (fn . bluetooth--class-parse-peripheral) (next . nil) - (data . ((#x30 . ((#x00 . "Not Keyboard / Not Pointing Device") + (data . ((#x30 . ((#x00 . "Not keyboard/not pointing device") (#x10 . "Keyboard") (#x20 . "Pointing device") (#x30 . "Combo keyboard/pointing device"))) @@ -780,8 +780,8 @@ scanning the bus, displaying device info etc." (#x3 . "Remote control") (#x4 . "Sensing device") (#x5 . "Digitizer tablet") - (#x6 . "Card Reader") - (#x7 . "Digital Pen") + (#x6 . "Card reader") + (#x7 . "Digital pen") (#x8 . "Handheld scanner") (#x9 . "Handheld gestural input device")))))) "Bluetooth peripheral minor classes.") @@ -819,7 +819,7 @@ scanning the bus, displaying device info etc." (next . nil) (data . ((#x1 . "Robot") (#x2 . "Vehicle") - (#x3 . "Doll / Action figure") + (#x3 . "Doll/action figure") (#x4 . "Controller") (#x5 . "Game")))) "Bluetooth toy minor classes.") @@ -831,21 +831,21 @@ scanning the bus, displaying device info etc." (fn . bluetooth--class-parse-value) (next . nil) (data . ((#x0 . "Undefined") - (#x1 . "Blood Pressure Monitor") + (#x1 . "Blood pressure monitor") (#x2 . "Thermometer") - (#x3 . "Weighing Scale") - (#x4 . "Glucose Meter") - (#x5 . "Pulse Oximeter") - (#x6 . "Heart/Pulse Rate Monitor") - (#x7 . "Health Data Display") - (#x8 . "Step Counter") - (#x9 . "Body Composition Analyzer") - (#xa . "Peak Flow Monitor") - (#xb . "Medication Monitor") - (#xc . "Knee Prosthesis") - (#xd . "Ankle Prosthesis") - (#xe . "Generic Health Manager") - (#xf . "Personal Mobility Device")))) + (#x3 . "Weighing scale") + (#x4 . "Glucose meter") + (#x5 . "Pulse oximeter") + (#x6 . "Heart/pulse rate monitor") + (#x7 . "Health data display") + (#x8 . "Step counter") + (#x9 . "Body composition analyzer") + (#xa . "Peak flow monitor") + (#xb . "Medication monitor") + (#xc . "Knee prosthesis") + (#xd . "Ankle prosthesis") + (#xe . "Generic health manager") + (#xf . "Personal mobility device")))) "Bluetooth health minor classes.") (defconst bluetooth--service-class-uuid-alist