Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 5c05df7c7607d18aa1dc115eca1ea6c08668c85e https://github.com/bluez/bluez/commit/5c05df7c7607d18aa1dc115eca1ea6c08668c85e Author: Zhengping Jiang <jiangzp@xxxxxxxxxx> Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M doc/device-api.txt Log Message: ----------- 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 <sonnysasaka@xxxxxxxxxxxx> Reviewed-by: Yun-Hao Chung <howardchung@xxxxxxxxxxxx> Commit: 0e2e52d0c16a36c1a414d327f26660f72223b97f https://github.com/bluez/bluez/commit/0e2e52d0c16a36c1a414d327f26660f72223b97f Author: Zhengping Jiang <jiangzp@xxxxxxxxxx> Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M src/device.c Log Message: ----------- device: Add "Bonded" flag to dbus property Add "Bonded" to dbus device property table. When setting the "Bonded flag, check the status of the Bonded property first. If the Bonded property is changed, send property changed signal. Reviewed-by: Sonny Sasaka <sonnysasaka@xxxxxxxxxxxx> Reviewed-by: Yun-Hao Chung <howardchung@xxxxxxxxxxxx> Commit: bda2a9e6f90295f295bd14ec8596bdd263eb0671 https://github.com/bluez/bluez/commit/bda2a9e6f90295f295bd14ec8596bdd263eb0671 Author: Zhengping Jiang <jiangzp@xxxxxxxxxx> Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M client/main.c Log Message: ----------- client: Add filter to devices and show Bonded in info Use the property name as optional filters to the command "devices" and show the "Bonded" property for the command "info". Reviewed-by: Sonny Sasaka <sonnysasaka@xxxxxxxxxxxx> Reviewed-by: Yun-Hao Chung <howardchung@xxxxxxxxxxxx> Compare: https://github.com/bluez/bluez/compare/b7ca43eedfd5...bda2a9e6f902