summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-01-02 15:20:20 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-01-02 15:59:43 -0800
commit4030f19f4e3bea44f5df7cbbc0e526e719391bea (patch)
tree98e51136d5a03df45bc03b7318f5dd7835deed75 /README.md
parent2b9c8dffa2cb6d4e9b273c897f9f45355bb8d516 (diff)
binding: bluetooth: add Transport parameter to discovery filter
Allow clients to select what Bluetooth transport they want a discovery scan to attempt to detect. This will improve scanning in for example when a client only wants to detect bredr or ble devices . Bug-AGL: SPEC-2094 Change-Id: I2a983f5243aefcb582a7476bbae34d6ba88c39a6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 162e550..6cd4b50 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ This verb allows an client to get initial paired devices, and discovered unpaire
### adapter_state verb
-adapter_state verb allows setting and retrieving of requested adapter settings:
+#### adapter_state verb allows setting and retrieving of requested adapter settings
| Name | Description |
|-----------------|------------------------------------------------------------------------|
@@ -137,7 +137,13 @@ adapter_state verb allows setting and retrieving of requested adapter settings:
| discovery | Discover nearby broadcasting devices |
| discoverable | Allow other devices to detect this device |
| powered | Adapter power state (optional, rfkill should be disabled already) |
-| filter | Display devices only with respective UUIDS listed (write only setting) |
+
+#### adapter_state verb write-only parameters
+
+| Name | Description |
+|-----------------|--------------------------------------------------------------------------|
+| filter | Scan for devices only with respective UUIDS listed |
+| transport | Scan for devices with only defined transport type (e.g. auto, bredr, le) |
#### avrcp_controls verb