mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-25 15:41:00 +00:00
include config.h to get HAVE_SDP
This commit is contained in:
parent
abf7f7c6bf
commit
8f7e9afb15
@ -36,10 +36,13 @@
|
||||
*/
|
||||
|
||||
#include <btstack/hci_cmds.h>
|
||||
#include <btstack/sdp_util.h>
|
||||
#include "hci.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <btstack/sdp_util.h>
|
||||
#include "config.h"
|
||||
#include "hci.h"
|
||||
|
||||
// calculate combined ogf/ocf value
|
||||
#define OPCODE(ogf, ocf) (ocf | ogf << 10)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user