Searched defs:bluetooth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c3036 wpi_bluetooth_t bluetooth; local
3062 /* configure bluetooth coexistence */
3063 (void) memset(&bluetooth, 0, sizeof (bluetooth));
3064 bluetooth.flags = 3;
3065 bluetooth.lead = 0xaa;
3066 bluetooth.kill = 1;
3067 err = wpi_cmd(sc, WPI_CMD_BLUETOOTH, &bluetooth,
3068 sizeof (bluetooth), 0);
3072 "failed to configurate bluetooth coexistenc
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c5371 struct iwn_bluetooth bluetooth; local
5373 memset(&bluetooth, 0, sizeof bluetooth);
5374 bluetooth.flags = IWN_BT_COEX_ENABLE;
5375 bluetooth.lead_time = IWN_BT_LEAD_TIME_DEF;
5376 bluetooth.max_kill = IWN_BT_MAX_KILL_DEF;
5378 return iwn_cmd(sc, IWN_CMD_BT_COEX, &bluetooth, sizeof bluetooth, 0);
5434 "!could not configure advanced bluetooth coexistence");
5500 "!could not configure bluetooth coexistenc
[all...]

Completed in 78 milliseconds