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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_profile.h 8 #include "device/bluetooth/bluetooth_profile.h"
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc 40 bluetooth_profile::kBluetoothProfileInterface,
41 bluetooth_profile::kRelease,
48 bluetooth_profile::kBluetoothProfileInterface,
49 bluetooth_profile::kNewConnection,
56 bluetooth_profile::kBluetoothProfileInterface,
57 bluetooth_profile::kRequestDisconnection,
64 bluetooth_profile::kBluetoothProfileInterface,
65 bluetooth_profile::kCancel,
125 if (key == bluetooth_profile::kVersionProperty)
127 else if (key == bluetooth_profile::kFeaturesProperty
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_profile_mac.h 12 #include "device/bluetooth/bluetooth_profile.h"
bluetooth_profile_win.h 10 #include "device/bluetooth/bluetooth_profile.h"
bluetooth.gyp 44 'bluetooth_profile.cc',
45 'bluetooth_profile.h',
bluetooth_profile.cc 5 #include "device/bluetooth/bluetooth_profile.h"
bluetooth_profile_chromeos.h 17 #include "device/bluetooth/bluetooth_profile.h"
bluetooth_profile_chromeos.cc 30 #include "device/bluetooth/bluetooth_profile.h"
95 object_path_ = dbus::ObjectPath("/org/chromium/bluetooth_profile/" +
bluetooth_profile_chromeos_unittest.cc 17 #include "device/bluetooth/bluetooth_profile.h"
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc 23 #include "device/bluetooth/bluetooth_profile.h"
107 device::BluetoothProfile* bluetooth_profile) {
109 bluetooth_profile_map_[uuid] = bluetooth_profile;
115 device::BluetoothProfile* bluetooth_profile = iter->second; local
117 bluetooth_profile->Unregister();
bluetooth_api.cc 22 #include "device/bluetooth/bluetooth_profile.h"
178 BluetoothProfile* bluetooth_profile) {
179 if (!bluetooth_profile) {
186 bluetooth_profile->Unregister();
192 bluetooth_profile->SetConnectionCallback(
197 GetEventRouter(GetProfile())->AddProfile(uuid_, bluetooth_profile);
401 BluetoothProfile* bluetooth_profile = local
403 if (!bluetooth_profile) {
410 bluetooth_profile,
bluetooth_api.h 16 #include "device/bluetooth/bluetooth_profile.h"
75 void OnProfileRegistered(device::BluetoothProfile* bluetooth_profile);
bluetooth_event_router.h 57 // Add the BluetoothProfile |bluetooth_profile| for use by the extension
61 device::BluetoothProfile* bluetooth_profile);

Completed in 664 milliseconds