mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
mgmt: Remove LE prefix from the peripheral setting
This commit is contained in:
parent
1b0a4291d1
commit
d6ff55181b
@ -92,7 +92,7 @@ struct mgmt_rp_read_index_list {
|
||||
#define MGMT_SETTING_BREDR 0x00000080
|
||||
#define MGMT_SETTING_HS 0x00000100
|
||||
#define MGMT_SETTING_LE 0x00000200
|
||||
#define MGMT_SETTING_LE_PERIPHERAL 0x00000400
|
||||
#define MGMT_SETTING_PERIPHERAL 0x00000400
|
||||
|
||||
#define MGMT_OP_READ_INFO 0x0004
|
||||
struct mgmt_rp_read_info {
|
||||
|
@ -93,7 +93,7 @@ static void mgmt_controller_error(uint16_t len, const void *buf)
|
||||
static const char *settings_str[] = {
|
||||
"powered", "connectable", "fast-connectable", "discoverable",
|
||||
"pairable", "link-security", "ssp", "br/edr", "hs", "le",
|
||||
"le-peripheral"
|
||||
"peripheral"
|
||||
};
|
||||
|
||||
static void mgmt_new_settings(uint16_t len, const void *buf)
|
||||
|
@ -235,7 +235,7 @@ static const char *settings_str[] = {
|
||||
"br/edr",
|
||||
"hs",
|
||||
"le" ,
|
||||
"le-peripheral",
|
||||
"peripheral",
|
||||
};
|
||||
|
||||
static void print_settings(uint32_t settings)
|
||||
|
Loading…
Reference in New Issue
Block a user