mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
added hci_change_connection_packet_type
This commit is contained in:
parent
b8b6afaf59
commit
6a736e2994
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user