aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Zaborowski <andrew.zaborowski@intel.com>2020-04-23 18:24:31 +0200
committerDenis Kenzior <denkenz@gmail.com>2020-04-24 11:10:54 -0500
commite1b1461a8ed531bf43f1965c7c23fd6e76d4b445 (patch)
tree97cf1be164eb58d1e184c724c2e21d8f657ec6df
parent1277a014263e3bb086bf016a97479570af1c1dc0 (diff)
downloadiwd-e1b1461a8ed531bf43f1965c7c23fd6e76d4b445.tar.gz
doc: List possible P2P peer category/subcategory values
-rw-r--r--doc/p2p-peer-api.txt86
1 files changed, 84 insertions, 2 deletions
diff --git a/doc/p2p-peer-api.txt b/doc/p2p-peer-api.txt
index f52717aa6..f7315bc6f 100644
--- a/doc/p2p-peer-api.txt
+++ b/doc/p2p-peer-api.txt
@@ -22,12 +22,94 @@ Properties string Name [readonly]
string DeviceCategory [readonly]
The category part of the peer's declared
- Primary Device Type.
+ Primary Device Type. Takes one of the following
+ values, "unknown-device" being reported when the
+ device type is not one of those defined in the
+ Wi-Fi Simple Configuration specification:
+
+ 'computer',
+ 'input-device',
+ 'printer-scanner',
+ 'camera',
+ 'storage',
+ 'network-infrastructure',
+ 'display',
+ 'multimedia-device',
+ 'gaming-device',
+ 'telephone',
+ 'audio-device',
+ 'docking-device',
+ 'unknown-device'.
string DeviceSubcategory [readonly, optional]
The Sub Category part of the peer's declared
- Primary Device Type.
+ Primary Device Type, if recognised by WSC.
+ Supported values are:
+
+ 'pc',
+ 'server',
+ 'media-center',
+ 'ultra-mobile-pc',
+ 'notebook',
+ 'desktop',
+ 'mobile-internet-device',
+ 'netbook',
+ 'tablet',
+ 'ultrabook',
+ 'keyboard',
+ 'mouse',
+ 'joystick',
+ 'trackball',
+ 'gaming-controller',
+ 'remote',
+ 'touchscreen',
+ 'biometric-reader',
+ 'barcode-reader',
+ 'printer-print-server',
+ 'scanner',
+ 'fax',
+ 'copier',
+ 'printer-scanner-fax-copier',
+ 'digital-still-camera',
+ 'video-camera',
+ 'web-camera',
+ 'security-camera',
+ 'nas',
+ 'ap',
+ 'router',
+ 'switch',
+ 'gateway',
+ 'bridge',
+ 'television',
+ 'electronic-picture-frame',
+ 'projector',
+ 'monitor',
+ 'dar',
+ 'pvr',
+ 'mcx',
+ 'set-top-box',
+ 'media-server-adapter-extender',
+ 'portable-video-player',
+ 'xbox',
+ 'xbox360',
+ 'playstation',
+ 'game-console-adapter',
+ 'portable-gaming-device',
+ 'windows-mobile',
+ 'single-mode-phone',
+ 'dual-mode-phone',
+ 'single-mode-smartphone',
+ 'dual-mode-smartphone',
+ 'audio-tuner-receiver',
+ 'speakers',
+ 'portable-music-player',
+ 'headset',
+ 'headphones',
+ 'microphone',
+ 'home-theater-system',
+ 'computer-docking-station',
+ 'media-kiosk'.
object Device [readonly]