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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 228 class BluetoothGetLocalOutOfBandPairingDataFunction
235 virtual ~BluetoothGetLocalOutOfBandPairingDataFunction() {}
bluetooth_api.cc 584 void BluetoothGetLocalOutOfBandPairingDataFunction::ReadCallback(
604 void BluetoothGetLocalOutOfBandPairingDataFunction::ErrorCallback() {
609 bool BluetoothGetLocalOutOfBandPairingDataFunction::DoWork(
612 base::Bind(&BluetoothGetLocalOutOfBandPairingDataFunction::ReadCallback,
614 base::Bind(&BluetoothGetLocalOutOfBandPairingDataFunction::ErrorCallback,
bluetooth_apitest.cc 248 scoped_refptr<api::BluetoothGetLocalOutOfBandPairingDataFunction>
250 new api::BluetoothGetLocalOutOfBandPairingDataFunction));
274 setupFunction(new api::BluetoothGetLocalOutOfBandPairingDataFunction);

Completed in 71 milliseconds