Skip to content
Commit df945360 authored by Nicholas Krause's avatar Nicholas Krause Committed by Marcel Holtmann
Browse files

Bluetooth: Make the function sco_conn_del have a return type of void



This makes the function sco_conn_del have a return type of void now
due to this function always running successfully and thus never
needing to signal its caller when a non recoverable internal failure
occurs by returning a error code to its respective caller.

Signed-off-by: default avatarNicholas Krause <xerofoify@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent d4902632
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment