Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Bluetooth warnings
  • Loading branch information
Tilka committed Nov 13, 2013
1 parent 268bdf1 commit 6f5650f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Source/Core/Core/Src/IPC_HLE/hci.h
Expand Up @@ -84,14 +84,6 @@
// All structs in this file are packed
#pragma pack(push, 1)

/*
* Bluetooth Address Family Protocol Numbers
*/
#define BTPROTO_HCI 1
#define BTPROTO_L2CAP 2
#define BTPROTO_RFCOMM 3
#define BTPROTO_SCO 4

/* All sizes are in bytes */
#define BLUETOOTH_BDADDR_SIZE 6

Expand All @@ -102,9 +94,8 @@
typedef struct {
uint8_t b[BLUETOOTH_BDADDR_SIZE];
} bdaddr_t;
#endif

#define BDADDR_ANY { { 0, 0, 0, 0, 0, 0 } }
#endif

/**************************************************************************
**************************************************************************
Expand Down

0 comments on commit 6f5650f

Please sign in to comment.