mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
hci_transport: remove packet type defines provided by bluetooth.h
This commit is contained in:
parent
6e084577f7
commit
f1f3f303c6
@ -55,6 +55,7 @@
|
||||
#include "hci_cmd.h"
|
||||
#include "gap.h"
|
||||
#include "hci_transport.h"
|
||||
#include "btstack_run_loop.h"
|
||||
|
||||
#ifdef ENABLE_BLE
|
||||
#include "ble/att_db.h"
|
||||
|
@ -49,19 +49,12 @@
|
||||
#include <stdint.h>
|
||||
#include "btstack_uart_block.h"
|
||||
#include "btstack_em9304_spi.h"
|
||||
#include "btstack_run_loop.h"
|
||||
#include "btstack_defines.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* packet types - used in BTstack and over the H4 UART interface
|
||||
*/
|
||||
#define HCI_COMMAND_DATA_PACKET 0x01
|
||||
#define HCI_ACL_DATA_PACKET 0x02
|
||||
#define HCI_SCO_DATA_PACKET 0x03
|
||||
#define HCI_EVENT_PACKET 0x04
|
||||
|
||||
/* API_START */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user