From fd6a8610a43e3f7b39845ec401ae2e98bb85debf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Dec 2012 22:21:30 -0800 Subject: [PATCH] doc: Add entry for modalias properties --- doc/adapter-api.txt | 5 +++++ doc/device-api.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 195969403..cef6cbe0a 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -148,3 +148,8 @@ Properties string Address [readonly] List of 128-bit UUIDs that represents the available local services. + + string Modalias [readonly, optional] + + Local Device ID information in modalias format + used by the kernel and udev. diff --git a/doc/device-api.txt b/doc/device-api.txt index 6aa2c5bcc..aed6bed13 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -188,3 +188,8 @@ Properties string Address [readonly] Note that this property can exhibit false-positives in the case of Bluetooth 2.1 (or newer) devices that have disabled Extended Inquiry Response support. + + string Modalias [readonly, optional] + + Remote Device ID information in modalias format + used by the kernel and udev. -- 2.47.3