diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-07-13 13:41:31 -0700 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-08-11 11:49:16 -0700 |
commit | 3f19ffb2f924db5b0925c77818d18ac1f6f08a44 (patch) | |
tree | 7010df3f9299258abb030a3171ed5d71a9d5c57b /include/net/bluetooth/sco.h | |
parent | 0e72e3b12c1ee73e8cb180f0bff204a9eb51621a (diff) | |
download | linux-stable-3f19ffb2f924db5b0925c77818d18ac1f6f08a44.tar.gz linux-stable-3f19ffb2f924db5b0925c77818d18ac1f6f08a44.tar.bz2 linux-stable-3f19ffb2f924db5b0925c77818d18ac1f6f08a44.zip |
Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic
This makes the handling of BT_PKT_STATUS more generic so it can be
reused by sockets other than SCO like BT_DEFER_SETUP, etc.
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'include/net/bluetooth/sco.h')
-rw-r--r-- | include/net/bluetooth/sco.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/sco.h b/include/net/bluetooth/sco.h index 1aa2e14b6c94..f40ddb4264fc 100644 --- a/include/net/bluetooth/sco.h +++ b/include/net/bluetooth/sco.h @@ -46,6 +46,4 @@ struct sco_conninfo { __u8 dev_class[3]; }; -#define SCO_CMSG_PKT_STATUS 0x01 - #endif /* __SCO_H */ |