commit | c2371e80b3d0d11df10579a39cdad3310c944325 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Mon Aug 26 09:29:39 2013 -0700 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Mon Sep 16 14:35:55 2013 -0300 |
tree | 4c6128cf06f45de22b2659f7963256ebd37cb8c1 | |
parent | 808a049e2618bb535274aa41bf954232abc44bf5 [diff] |
Bluetooth: Fix error handling for HCI socket options The HCI sockets for monitor and control do not support any HCI specific socket options and if tried, an error will be returned. However the error used is EINVAL and that is not really descriptive. To make it clear that these sockets are not handling HCI socket options, return EBADFD instead. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>