Commit: 6a264df7200b3350712decf5d09d7bcef7a50fc2
Parent: 141513cd0229ef47cc96031666eb758b1824f43f
Author: Jonas Dreßler <verdre@v0yd.nl>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-02-06 23:56:43
Tree: 1014f5539bf8de2ceb32b0c7fef4fd1ca5710c0f

mgmt-tester: Adjust a test for recent kernel changes With the changes in the kernel to move to hci_sync for connecting ACL devices (see kernel commit "Bluetooth: hci_conn: Only do ACL connections sequentially"), the "ETIMEDOUT" error path for the "HCI Create Connection" command was changed, sending a "HCI Create Connection Cancel" command after the timeout. This leads to the returned error in the "Pair Device - Power off 1" test to change from NOT_POWERED to DISCONNECTED, so adjust for that.

Diffstat

M tools/mgmt-tester.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch