forked from espressif/arduino-esp32
Update IDF to 9a26296
This commit is contained in:
@ -77,9 +77,6 @@ typedef struct hci_t {
|
||||
// Do the postload sequence (call after the rest of the BT stack initializes).
|
||||
void (*do_postload)(void);
|
||||
|
||||
// Set the queue to receive ACL data in
|
||||
void (*set_data_queue)(fixed_queue_t *queue);
|
||||
|
||||
// Send a command through the HCI layer
|
||||
void (*transmit_command)(
|
||||
BT_HDR *command,
|
||||
|
Reference in New Issue
Block a user