diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-04 15:38:11 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-04 15:38:11 +0000 |
commit | f843c841cfdcb3bfd45ba136847421ad8e18efbe (patch) | |
tree | c6513fce049e907ccc52b0dd8b4bc3f3803d2943 /include/bluetooth.h | |
parent | a4a1f2b6249f30899c8226d15d9006d878cf55b5 (diff) |
Add AVDTP protocol identifier
Diffstat (limited to 'include/bluetooth.h')
-rw-r--r-- | include/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h index 412ccf61..d6359938 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -52,6 +52,7 @@ extern "C" { #define BTPROTO_BNEP 4 #define BTPROTO_CMTP 5 #define BTPROTO_HIDP 6 +#define BTPROTO_AVDTP 7 #define SOL_HCI 0 #define SOL_L2CAP 6 |