mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-22 07:21:06 +00:00
hci_cmds: add hci_flush
This commit is contained in:
parent
09e4d3970f
commit
e49d496a74
@ -554,6 +554,13 @@ const hci_cmd_t hci_reset = {
|
||||
OPCODE(OGF_CONTROLLER_BASEBAND, 0x03), ""
|
||||
};
|
||||
|
||||
/**
|
||||
* @param handle
|
||||
*/
|
||||
const hci_cmd_t hci_flush = {
|
||||
OPCODE(OGF_CONTROLLER_BASEBAND, 0x09), "H"
|
||||
};
|
||||
|
||||
/**
|
||||
* @param bd_addr
|
||||
* @param delete_all_flags
|
||||
|
@ -96,6 +96,7 @@ extern const hci_cmd_t hci_delete_stored_link_key;
|
||||
extern const hci_cmd_t hci_enhanced_setup_synchronous_connection;
|
||||
extern const hci_cmd_t hci_enhanced_accept_synchronous_connection;
|
||||
extern const hci_cmd_t hci_disconnect;
|
||||
extern const hci_cmd_t hci_flush;
|
||||
extern const hci_cmd_t hci_host_buffer_size;
|
||||
extern const hci_cmd_t hci_inquiry;
|
||||
extern const hci_cmd_t hci_io_capability_request_reply;
|
||||
|
Loading…
x
Reference in New Issue
Block a user