From e1b1461a8ed531bf43f1965c7c23fd6e76d4b445 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Thu, 23 Apr 2020 18:24:31 +0200 Subject: [PATCH] doc: List possible P2P peer category/subcategory values --- doc/p2p-peer-api.txt | 86 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 84 insertions(+), 2 deletions(-) diff --git a/doc/p2p-peer-api.txt b/doc/p2p-peer-api.txt index f52717aa..f7315bc6 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]