mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 13:14:14 +08:00
mgmt: Add bdaddr and status to remove_keys response
This commit is contained in:
parent
c9c244d485
commit
60bb8e3586
@ -189,7 +189,8 @@ Remove Keys Command
|
||||
Controller Index: <controller id>
|
||||
Command Parameters: Address (6 Octets)
|
||||
Disconnect (1 Octet)
|
||||
Return Parameters:
|
||||
Return Parameters: Address (6 Octets)
|
||||
Status (1 Octet)
|
||||
|
||||
Removes all keys associated with the remote device.
|
||||
|
||||
|
@ -129,6 +129,10 @@ struct mgmt_cp_remove_keys {
|
||||
bdaddr_t bdaddr;
|
||||
uint8_t disconnect;
|
||||
} __packed;
|
||||
struct mgmt_rp_remove_keys {
|
||||
bdaddr_t bdaddr;
|
||||
uint8_t status;
|
||||
} __packed;
|
||||
|
||||
#define MGMT_OP_DISCONNECT 0x000F
|
||||
struct mgmt_cp_disconnect {
|
||||
|
Loading…
Reference in New Issue
Block a user