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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 120 int current_transmit_power = device.GetCurrentHostTransmitPower(); local
121 if (current_transmit_power != BluetoothDevice::kUnknownPower)
122 out->current_host_transmit_power.reset(new int(current_transmit_power));

Completed in 40 milliseconds