Searched refs:MGMT_SETTING_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/net/bluetooth/ |
D | mgmt.h | 122 #define MGMT_SETTING_SIZE 1 macro
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 7165 { set_powered, MGMT_SETTING_SIZE }, 7167 { set_connectable, MGMT_SETTING_SIZE }, 7168 { set_fast_connectable, MGMT_SETTING_SIZE }, 7169 { set_bondable, MGMT_SETTING_SIZE }, 7170 { set_link_security, MGMT_SETTING_SIZE }, 7171 { set_ssp, MGMT_SETTING_SIZE }, 7172 { set_hs, MGMT_SETTING_SIZE }, 7173 { set_le, MGMT_SETTING_SIZE }, 7204 { set_advertising, MGMT_SETTING_SIZE }, 7205 { set_bredr, MGMT_SETTING_SIZE }, [all …]
|