From 25d14995319d6461264bff1ab186ecfbbf91fcd1 Mon Sep 17 00:00:00 2001 From: Zhengping Jiang Date: Wed, 4 May 2022 14:09:47 -0700 Subject: [PATCH] doc: add "Bonded" flag to dbus property Bonded flag is used to indicate the link key or ltk of the remote device has been stored. Reviewed-by: Sonny Sasaka Reviewed-by: Yun-Hao Chung Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- doc/device-api.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index 063dcd7..9a743f9 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -225,7 +225,17 @@ Properties string Address [readonly] boolean Paired [readonly] - Indicates if the remote device is paired. + Indicates if the remote device is paired. Pairing is + the process where devices exchange the information to + establish an encrypted connection. + + boolean Bonded [readonly] + + Indicates if the remote device is bonded. Bonded means + the link key or the ltk from the pairing process has + been stored. + A PropertiesChanged signal indicate changes to this + status. #ifdef TIZEN_FEATURE_BLUEZ_MODIFY byte Connected [readonly] -- 2.7.4