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

  /system/bt/service/common/bluetooth/
advertise_settings.cpp 29 connectable_(connectable) {
36 connectable_(true) {
49 if (connectable_ != rhs.connectable_)
advertise_settings.h 86 bool connectable() const { return connectable_; }
95 bool connectable_; member in class:bluetooth::AdvertiseSettings
  /system/connectivity/shill/
service.cc 155 connectable_(false),
218 store_.RegisterConstBool(kConnectableProperty, &connectable_);
    [all...]
service.h 373 bool connectable() const { return connectable_; }
837 bool connectable_; member in class:shill::Service
    [all...]
  /system/connectivity/shill/wimax/
wimax_service_unittest.cc 94 service_->connectable_ = connectable;
  /system/connectivity/shill/vpn/
vpn_service_unittest.cc 90 service_->connectable_ = connectable;

Completed in 429 milliseconds