Skip to content
Snippets Groups Projects
Commit 37651dd5 authored by Marcel Holtmann's avatar Marcel Holtmann
Browse files

Add constant for Bluetooth socket options level

parent a0303b05
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ extern "C" {
#define PF_BLUETOOTH AF_BLUETOOTH
#endif
#ifndef SOL_BLUETOOTH
#define SOL_BLUETOOTH 274
#endif
#define BTPROTO_L2CAP 0
#define BTPROTO_HCI 1
#define BTPROTO_SCO 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment