HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothGetServicesFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 132 class BluetoothGetServicesFunction : public BluetoothExtensionFunction {
137 virtual ~BluetoothGetServicesFunction() {}
bluetooth_api.cc 324 void BluetoothGetServicesFunction::GetServiceRecordsCallback(
340 void BluetoothGetServicesFunction::OnErrorCallback() {
345 bool BluetoothGetServicesFunction::DoWork(
362 base::Bind(&BluetoothGetServicesFunction::GetServiceRecordsCallback,
365 base::Bind(&BluetoothGetServicesFunction::OnErrorCallback,

Completed in 146 milliseconds