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

  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_service_client.h 75 virtual std::vector<dbus::ObjectPath> GetServices() = 0;
fake_bluetooth_gatt_service_client.h 48 virtual std::vector<dbus::ObjectPath> GetServices() OVERRIDE;
bluetooth_gatt_service_client.cc 61 virtual std::vector<dbus::ObjectPath> GetServices() OVERRIDE {
fake_bluetooth_gatt_service_client.cc 75 std::vector<dbus::ObjectPath> FakeBluetoothGattServiceClient::GetServices() {
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_api.cc 270 scoped_ptr<apibtle::GetServices::Params> params(
271 apibtle::GetServices::Params::Create(*args_));
275 if (!event_router->GetServices(params->device_address, &service_list)) {
281 results_ = apibtle::GetServices::Results::Create(service_list);
bluetooth_low_energy_event_router.h 115 bool GetServices(const std::string& device_address,
bluetooth_low_energy_event_router.cc 300 bool BluetoothLowEnergyEventRouter::GetServices(
    [all...]
bluetooth_low_energy_apitest.cc 261 IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTest, GetServices) {
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 139 DBusThreadManager::Get()->GetBluetoothGattServiceClient()->GetServices();

Completed in 214 milliseconds