bluez5: fix mSBC probing documentation

This commit is contained in:
Björn Daase 2021-10-07 14:43:53 +02:00 committed by Wim Taymans
parent dea1755b68
commit 10ededf5d4
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ static bool device_supports_required_mSBC_transport_modes(
/* Linux kernel code checks for features needed for BT_VOICE_TRANSPARENT
* among the first checks it does, and fails with EOPNOTSUPP if not
* supported. The connection to generally timeouts, so set it
* supported. The connection generally timeouts, so set it
* nonblocking since we are just checking.
*/
fcntl(sock, F_SETFL, O_NONBLOCK);