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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 139 typedef std::map<std::string, device::BluetoothProfile*> BluetoothProfileMap;
140 BluetoothProfileMap bluetooth_profile_map_;
bluetooth_event_router.cc 49 for (BluetoothProfileMap::iterator iter = bluetooth_profile_map_.begin();
111 BluetoothProfileMap::iterator iter = bluetooth_profile_map_.find(uuid);
125 BluetoothProfileMap::const_iterator iter = bluetooth_profile_map_.find(uuid);

Completed in 36 milliseconds