mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
hci_cmd: add hci_exit_sniff_mode
This commit is contained in:
parent
3dce61284e
commit
7cd21895df
@ -504,6 +504,13 @@ const hci_cmd_t hci_sniff_mode = {
|
|||||||
OPCODE(OGF_LINK_POLICY, 0x03), "H2222"
|
OPCODE(OGF_LINK_POLICY, 0x03), "H2222"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param handle
|
||||||
|
*/
|
||||||
|
const hci_cmd_t hci_exit_sniff_mode = {
|
||||||
|
OPCODE(OGF_LINK_POLICY, 0x04), "H"
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param handle
|
* @param handle
|
||||||
* @param flags
|
* @param flags
|
||||||
|
@ -97,6 +97,7 @@ extern const hci_cmd_t hci_disconnect;
|
|||||||
extern const hci_cmd_t hci_enable_device_under_test_mode;
|
extern const hci_cmd_t hci_enable_device_under_test_mode;
|
||||||
extern const hci_cmd_t hci_enhanced_accept_synchronous_connection;
|
extern const hci_cmd_t hci_enhanced_accept_synchronous_connection;
|
||||||
extern const hci_cmd_t hci_enhanced_setup_synchronous_connection;
|
extern const hci_cmd_t hci_enhanced_setup_synchronous_connection;
|
||||||
|
extern const hci_cmd_t hci_exit_sniff_mode;
|
||||||
extern const hci_cmd_t hci_flush;
|
extern const hci_cmd_t hci_flush;
|
||||||
extern const hci_cmd_t hci_host_buffer_size;
|
extern const hci_cmd_t hci_host_buffer_size;
|
||||||
extern const hci_cmd_t hci_inquiry;
|
extern const hci_cmd_t hci_inquiry;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user