mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
Bluetooth: Add definitions for LE set address resolution
Add the definitions for LE address resolution enable HCI commands. When the LE address resolution enable gets changed via HCI commands make sure that flag gets updated. Signed-off-by: Ankit Navik <ankit.p.navik@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
b9763cdfd4
commit
aa12af77aa
2 changed files with 31 additions and 0 deletions
|
@ -269,6 +269,7 @@ enum {
|
|||
HCI_VENDOR_DIAG,
|
||||
HCI_FORCE_BREDR_SMP,
|
||||
HCI_FORCE_STATIC_ADDR,
|
||||
HCI_LL_RPA_RESOLUTION,
|
||||
|
||||
__HCI_NUM_FLAGS,
|
||||
};
|
||||
|
@ -1524,6 +1525,8 @@ struct hci_rp_le_read_resolv_list_size {
|
|||
__u8 size;
|
||||
} __packed;
|
||||
|
||||
#define HCI_OP_LE_SET_ADDR_RESOLV_ENABLE 0x202d
|
||||
|
||||
#define HCI_OP_LE_READ_MAX_DATA_LEN 0x202f
|
||||
struct hci_rp_le_read_max_data_len {
|
||||
__u8 status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue