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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.cc 24 #include "device/bluetooth/bluetooth_profile.h"
105 device::BluetoothProfile* bluetooth_profile) {
107 bluetooth_profile_map_[uuid] = bluetooth_profile;
113 device::BluetoothProfile* bluetooth_profile = iter->second; local
115 bluetooth_profile->Unregister();
bluetooth_api.cc 24 #include "device/bluetooth/bluetooth_profile.h"
179 BluetoothProfile* bluetooth_profile) {
180 if (!bluetooth_profile) {
187 bluetooth_profile->Unregister();
193 bluetooth_profile->SetConnectionCallback(
198 GetEventRouter(profile())->AddProfile(uuid_, bluetooth_profile);
401 BluetoothProfile* bluetooth_profile = local
403 if (!bluetooth_profile) {
410 bluetooth_profile,

Completed in 556 milliseconds