added hci_change_connection_packet_type

This commit is contained in:
matthias.ringwald@gmail.com 2013-03-07 17:26:46 +00:00
parent b8b6afaf59
commit 6a736e2994
2 changed files with 5 additions and 0 deletions

View File

@ -273,6 +273,7 @@ extern const hci_cmd_t btstack_set_bluetooth_enabled; // only used by btstack
extern const hci_cmd_t hci_accept_connection_request;
extern const hci_cmd_t hci_authentication_requested;
extern const hci_cmd_t hci_change_connection_link_key;
extern const hci_cmd_t hci_change_connection_packet_type;
extern const hci_cmd_t hci_create_connection;
extern const hci_cmd_t hci_create_connection_cancel;
extern const hci_cmd_t hci_delete_stored_link_key;

View File

@ -224,6 +224,10 @@ const hci_cmd_t hci_pin_code_request_negative_reply = {
OPCODE(OGF_LINK_CONTROL, 0x0e), "B"
// BD_ADDR
};
const hci_cmd_t hci_change_connection_packet_type = {
OPCODE(OGF_LINK_CONTROL, 0x0f), "H2"
// Handle
};
const hci_cmd_t hci_authentication_requested = {
OPCODE(OGF_LINK_CONTROL, 0x11), "H"
// Handle