diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-02 15:20:20 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-02 16:00:38 -0800 |
commit | 64ef3e7466081153a687f66b28fc0c252b1d6940 (patch) | |
tree | fcd977f5b16ac3282fe897ffcbc444c7d8cfabaf /README.md | |
parent | a7b32137538def69922d178d7091046a361a6063 (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.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |