mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
chipset/cinnamon: fix build
This commit is contained in:
parent
0a29b34893
commit
46d6c6044a
@ -80,15 +80,15 @@ uint16_t hci_event_create_from_template_and_arglist(uint8_t *hci_buffer, const h
|
||||
|
||||
uint16_t hci_event_create_from_template_and_arguments(uint8_t *hci_buffer, const hci_event_t *event, ...);
|
||||
|
||||
const hci_event_t hci_event_hardware_error;
|
||||
const hci_event_t hci_event_command_complete;
|
||||
const hci_event_t hci_event_disconnection_complete;
|
||||
const hci_event_t hci_event_number_of_completed_packets_1;
|
||||
const hci_event_t hci_event_transport_packet_sent;
|
||||
/* LE Events */
|
||||
extern const hci_event_t hci_event_hardware_error;
|
||||
extern const hci_event_t hci_event_command_complete;
|
||||
extern const hci_event_t hci_event_disconnection_complete;
|
||||
extern const hci_event_t hci_event_number_of_completed_packets_1;
|
||||
extern const hci_event_t hci_event_transport_packet_sent;
|
||||
|
||||
/* LE Subevents */
|
||||
|
||||
const hci_event_t hci_subevent_le_connection_complete;
|
||||
extern const hci_event_t hci_subevent_le_connection_complete;
|
||||
|
||||
|
||||
#if defined __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user