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

  /system/connectivity/shill/
service_property_change_test.cc 60 bool connectable = service->connectable(); local
62 service->SetConnectable(!connectable);
service.h 373 bool connectable() const { return connectable_; } function in class:shill::Service
374 // Sets the connectable property of the service, and broadcast the
377 void SetConnectable(bool connectable);
378 // Sets the connectable property of the service, broadcasts the new
380 void SetConnectableFull(bool connectable);
562 // This should include any tests used for computing connectable(),
566 // If the service is not auto-connectable, |*reason| will be set to
567 // point to C-string explaining why the service is not auto-connectable.
    [all...]
  /system/bt/service/common/bluetooth/
advertise_settings.h 67 bool connectable);
72 // connectable: true
85 // Returns whether the advertisement will indicate connectable.
86 bool connectable() const { return connectable_; } function in class:bluetooth::AdvertiseSettings
  /system/bt/service/common/bluetooth/binder/
parcel_helpers.cpp 66 parcel->writeInt32(settings.connectable());
76 bool connectable = parcel.readInt32(); local
81 new AdvertiseSettings(mode, timeout, tx_power, connectable));
  /system/bt/service/client/
main.cpp 441 bool connectable = false; local
453 connectable = true;
480 "\t-c\tSend connectable adv. packets (default is non-connectable)\n"
540 connectable);
  /system/bt/stack/btm/
btm_int.h 637 BOOLEAN connectable; /* If TRUE page scan should be enabled */ member in struct:__anon72471
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 107 milliseconds