mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
lib: Add permission denied management error code
This commit is contained in:
parent
31f0640263
commit
6b1297b402
@ -47,6 +47,7 @@
|
||||
#define MGMT_STATUS_INVALID_INDEX 0x11
|
||||
#define MGMT_STATUS_RFKILLED 0x12
|
||||
#define MGMT_STATUS_ALREADY_PAIRED 0x13
|
||||
#define MGMT_STATUS_PERMISSION_DENIED 0x14
|
||||
|
||||
struct mgmt_hdr {
|
||||
uint16_t opcode;
|
||||
@ -785,6 +786,7 @@ static const char *mgmt_status[] = {
|
||||
"Invalid Index",
|
||||
"Blocked through rfkill",
|
||||
"Already Paired",
|
||||
"Permission Denied",
|
||||
};
|
||||
|
||||
#ifndef NELEM
|
||||
|
Loading…
Reference in New Issue
Block a user