mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
lib/mgmt: Add defines for Add/Remove Device responses
This commit is contained in:
parent
bdc460370a
commit
09b9ffbd81
@ -392,11 +392,17 @@ struct mgmt_cp_add_device {
|
||||
struct mgmt_addr_info addr;
|
||||
uint8_t action;
|
||||
} __packed;
|
||||
struct mgmt_rp_add_device {
|
||||
struct mgmt_addr_info addr;
|
||||
} __packed;
|
||||
|
||||
#define MGMT_OP_REMOVE_DEVICE 0x0034
|
||||
struct mgmt_cp_remove_device {
|
||||
struct mgmt_addr_info addr;
|
||||
} __packed;
|
||||
struct mgmt_rp_remove_device {
|
||||
struct mgmt_addr_info addr;
|
||||
} __packed;
|
||||
|
||||
#define MGMT_EV_CMD_COMPLETE 0x0001
|
||||
struct mgmt_ev_cmd_complete {
|
||||
|
Loading…
Reference in New Issue
Block a user