HomeSort by relevance Sort by last modified time
    Searched full:has_bluetooth_stack (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_init_win.cc 28 } has_bluetooth_stack = HBS_UNKNOWN; local
30 if (has_bluetooth_stack == HBS_UNKNOWN) {
38 has_bluetooth_stack = SUCCEEDED(hr) ? HBS_YES : HBS_NO;
41 return has_bluetooth_stack == HBS_YES;

Completed in 3148 milliseconds