mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
added hci_pin_code_request_negative_reply
This commit is contained in:
parent
c9f5e5e754
commit
a83b7b0088
@ -203,6 +203,7 @@ extern hci_cmd_t hci_inquiry_cancel;
|
||||
extern hci_cmd_t hci_link_key_request_negative_reply;
|
||||
extern hci_cmd_t hci_link_key_request_reply;
|
||||
extern hci_cmd_t hci_pin_code_request_reply;
|
||||
extern hci_cmd_t hci_pin_code_request_negative_reply;
|
||||
extern hci_cmd_t hci_qos_setup;
|
||||
extern hci_cmd_t hci_read_bd_addr;
|
||||
extern hci_cmd_t hci_read_link_policy_settings;
|
||||
|
@ -176,6 +176,10 @@ hci_cmd_t hci_pin_code_request_reply = {
|
||||
OPCODE(OGF_LINK_CONTROL, 0x0d), "B1P"
|
||||
// BD_ADDR, pin length, PIN: c-string
|
||||
};
|
||||
hci_cmd_t hci_pin_code_request_negative_reply = {
|
||||
OPCODE(OGF_LINK_CONTROL, 0x0e), "B"
|
||||
// BD_ADDR
|
||||
};
|
||||
hci_cmd_t hci_authentication_requested = {
|
||||
OPCODE(OGF_LINK_CONTROL, 0x11), "H"
|
||||
// Handle
|
||||
|
Loading…
x
Reference in New Issue
Block a user