diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/bluetooth/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 65cab137e19f..4e2f008d32e1 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
| @@ -487,6 +487,12 @@ struct hci_cp_set_event_flt { | |||
| 487 | #define HCI_CONN_SETUP_AUTO_OFF 0x01 | 487 | #define HCI_CONN_SETUP_AUTO_OFF 0x01 |
| 488 | #define HCI_CONN_SETUP_AUTO_ON 0x02 | 488 | #define HCI_CONN_SETUP_AUTO_ON 0x02 |
| 489 | 489 | ||
| 490 | #define HCI_OP_DELETE_STORED_LINK_KEY 0x0c12 | ||
| 491 | struct hci_cp_delete_stored_link_key { | ||
| 492 | bdaddr_t bdaddr; | ||
| 493 | __u8 delete_all; | ||
| 494 | } __packed; | ||
| 495 | |||
| 490 | #define HCI_OP_WRITE_LOCAL_NAME 0x0c13 | 496 | #define HCI_OP_WRITE_LOCAL_NAME 0x0c13 |
| 491 | struct hci_cp_write_local_name { | 497 | struct hci_cp_write_local_name { |
| 492 | __u8 name[248]; | 498 | __u8 name[248]; |
