Searched refs:MGMT_SETTING_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/net/bluetooth/ |
D | mgmt.h | 122 #define MGMT_SETTING_SIZE 1 macro
|
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 7389 { set_powered, MGMT_SETTING_SIZE }, 7391 { set_connectable, MGMT_SETTING_SIZE }, 7392 { set_fast_connectable, MGMT_SETTING_SIZE }, 7393 { set_bondable, MGMT_SETTING_SIZE }, 7394 { set_link_security, MGMT_SETTING_SIZE }, 7395 { set_ssp, MGMT_SETTING_SIZE }, 7396 { set_hs, MGMT_SETTING_SIZE }, 7397 { set_le, MGMT_SETTING_SIZE }, 7428 { set_advertising, MGMT_SETTING_SIZE }, 7429 { set_bredr, MGMT_SETTING_SIZE }, [all …]
|