Lines Matching defs:bluetooth
4421 struct iwn_bluetooth bluetooth;
4423 memset(&bluetooth, 0, sizeof bluetooth);
4424 bluetooth.flags = IWN_BT_COEX_ENABLE;
4425 bluetooth.lead_time = IWN_BT_LEAD_TIME_DEF;
4426 bluetooth.max_kill = IWN_BT_MAX_KILL_DEF;
4428 DPRINTF(("configuring bluetooth coexistence\n"));
4429 return iwn_cmd(sc, IWN_CMD_BT_COEX, &bluetooth, sizeof bluetooth, 0);
4483 DPRINTF(("configuring advanced bluetooth coexistence v1\n"));
4487 "could not configure advanced bluetooth coexistence\n");
4554 "could not configure bluetooth coexistence\n");