Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0916ed72 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Remove unused typedefs hci/include/hci_layer

Bug: 197150934
Tag: #refactor
Test: gd/cert/run

Change-Id: I51d32fd22c9e83c930f950511754e9674e949ea6
parent 9206e204
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -53,15 +53,7 @@ static const char HCI_MODULE[] = "hci_module";
#define LOCAL_BR_EDR_CONTROLLER_ID 0

///// END LEGACY DEFINITIONS /////

typedef struct hci_hal_t hci_hal_t;
typedef struct btsnoop_t btsnoop_t;
typedef struct controller_t controller_t;
typedef struct hci_inject_t hci_inject_t;
typedef struct packet_fragmenter_t packet_fragmenter_t;
typedef struct vendor_t vendor_t;

typedef unsigned char* bdaddr_t;
typedef uint16_t command_opcode_t;

typedef void (*command_complete_cb)(BT_HDR* response, void* context);