Skip to content

Commit

Permalink
Remove unused old code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Jun 21, 2021
1 parent cd6440d commit 106cd8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions IntelBluetoothFirmware/Hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,4 @@ typedef struct __attribute__((packed))
#define HCI_ACL_HDR_SIZE 4
#define HCI_SCO_HDR_SIZE 3

static uint8_t EXIT_MFG_PARAM[2] = { 0x00, 0x02 };
static uint8_t ENTER_MFG_PARAM[2] = { 0x01, 0x00 };
static uint8_t EVENT_MASK[8] = { 0x87, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
static uint8_t INTEL_RESET_PARAM[] = { 0x00, 0x01, 0x00, 0x01, 0x00000000 };
static uint8_t INTEL_RESET_BL_PARAM[] = { 0x01, 0x01, 0x01, 0x00, 0x00000000 };

#endif /* Hci_h */

0 comments on commit 106cd8a

Please sign in to comment.