summaryrefslogtreecommitdiff
path: root/src/adapter.h
diff options
context:
space:
mode:
authorArchie Pusaka <apusaka@chromium.org>2021-11-25 15:06:24 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-11-29 09:43:41 -0800
commit69c7d34744e5ea1ca84b20ea3fe8f83436567e70 (patch)
tree1abd00d7640f8a5facc29f1509d065fc91854009 /src/adapter.h
parentdb31aecae07e20a08fd92f66b540ac962e72efc7 (diff)
downloadbluez-69c7d34744e5ea1ca84b20ea3fe8f83436567e70.tar.gz
Listen and process remote name resolving failure
When Remote Name Resolve ends with failure, record this occurrence and prevent remote name resolving for the same device for some time. Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Diffstat (limited to 'src/adapter.h')
-rw-r--r--src/adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adapter.h b/src/adapter.h
index 2815d4613..35deb1d11 100644
--- a/src/adapter.h
+++ b/src/adapter.h
@@ -92,6 +92,7 @@ void btd_adapter_update_found_device(struct btd_adapter *adapter,
uint8_t bdaddr_type, int8_t rssi,
bool confirm, bool legacy,
bool not_connectable,
+ bool name_resolve_failed,
const uint8_t *data, uint8_t data_len,
bool monitored);