From c19902405ebe92a17efe041cae9a3584c3b182e5 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 30 Oct 2018 11:39:25 -0700 Subject: binding: bluetooth: add initial discovery filter support Allow clients to request devices only with certain profile UUIDs to be displayed in an discovery scan. This allows to filter out things like location tokens, smart scales, and etc which can't possibly have a2dp or hfp profiles for instance. NOTE: This is a write only setting. In the future should be read/write to see current discovery filters. Bug-AGL: SPEC-1630 Change-Id: Ic8b18656f84ac8047b170d6e601fcc2e63786af0 Signed-off-by: Matt Ranostay --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5e206cd..6634b43 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,13 @@ This verb allows an client to get initial paired devices, and discovered unpaire adapter_state verb allows setting and retrieving of requested adapter settings: -| Name | Description | -|-----------------|------------------------------------------------------------------| -| adapter | Must be the name of the adapter (i.e. hci0) | -| discovery | Discover nearby broadcasting devices | -| discoverable | Allow other devices to detect this device | -| powered | Adapter power state (optional, rfkill should be disabled already | - +| Name | Description | +|-----------------|------------------------------------------------------------------------| +| adapter | Must be the name of the adapter (i.e. hci0) | +| 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) | ### connect/disconnect verbs -- cgit 1.2.3-korg