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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 60 class BluetoothAddProfileFunction : public AsyncExtensionFunction {
64 BluetoothAddProfileFunction();
67 virtual ~BluetoothAddProfileFunction() {}
bluetooth_api.cc 117 BluetoothAddProfileFunction::BluetoothAddProfileFunction() {
120 bool BluetoothAddProfileFunction::RunImpl() {
167 base::Bind(&BluetoothAddProfileFunction::OnProfileRegistered, this));
172 void BluetoothAddProfileFunction::RegisterProfile(
178 void BluetoothAddProfileFunction::OnProfileRegistered(

Completed in 58 milliseconds