added hci_pin_code_request_negative_reply

This commit is contained in:
matthias.ringwald 2010-04-28 20:33:30 +00:00
parent c9f5e5e754
commit a83b7b0088
2 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -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