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

  /external/chromium_org/device/bluetooth/
bluetooth_discovery_session.cc 12 BluetoothDiscoverySession::BluetoothDiscoverySession(
18 BluetoothDiscoverySession::~BluetoothDiscoverySession() {
25 bool BluetoothDiscoverySession::IsActive() const {
29 void BluetoothDiscoverySession::Stop(
39 base::Bind(&BluetoothDiscoverySession::OnStop,
45 void BluetoothDiscoverySession::OnStop(const base::Closure& callback) {
50 void BluetoothDiscoverySession::MarkAsInactive() {
bluetooth_discovery_session.h 16 // BluetoothDiscoverySession represents a current active or inactive device
20 // of an active BluetoothDiscoverySession exists. A BluetoothDiscoverySession is
22 // instance has not called BluetoothDiscoverySession::Stop. A
23 // BluetoothDiscoverySession might unexpectedly become inactive, if the adapter
27 // BluetoothDiscoverySession if their existing sessions have become inactive.
28 class BluetoothDiscoverySession {
37 // users are highly encouraged to call BluetoothDiscoverySession::Stop,
39 virtual ~BluetoothDiscoverySession();
45 // should request a new BluetoothDiscoverySession to make sure that devic
    [all...]

Completed in 59 milliseconds