btconfig.c | 121 static int opt_switch = 0; variable in typeref:typename:int 178 { "switch", P_SET, &opt_switch, NULL }, 179 { "-switch", P_CLR, &opt_switch, NULL }, 503 if (opt_switch || opt_hold || opt_sniff || opt_park) { 506 if (opt_switch > 0) val |= HCI_LINK_POLICY_ENABLE_ROLE_SWITCH; 507 if (opt_switch < 0) val &= ~HCI_LINK_POLICY_ENABLE_ROLE_SWITCH;
|