Lines Matching defs:bluetooth
2983 struct wpi_bluetooth bluetooth;
2995 /* configure bluetooth coexistence */
2996 memset(&bluetooth, 0, sizeof bluetooth);
2997 bluetooth.flags = 3;
2998 bluetooth.lead = 0xaa;
2999 bluetooth.kill = 1;
3000 error = wpi_cmd(sc, WPI_CMD_BLUETOOTH, &bluetooth, sizeof bluetooth,
3004 "could not configure bluetooth coexistence\n");