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

  /system/bt/service/common/bluetooth/
advertise_settings.cpp 25 bool connectable)
29 connectable_(connectable) {
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/connectivity/shill/wimax/
wimax_service_unittest.cc 93 void SetConnectable(bool connectable) {
94 service_->connectable_ = connectable;
140 EXPECT_FALSE(service_->connectable());
162 EXPECT_TRUE(service_->connectable());
176 TEST_F(WiMaxServiceTest, Connectable) {
179 EXPECT_FALSE(service_->connectable());
188 EXPECT_FALSE(service_->connectable());
193 EXPECT_FALSE(service_->connectable());
195 // Connectable.
200 EXPECT_TRUE(service_->connectable());
    [all...]
wimax_service.cc 160 if (!connectable()) {
162 << " is not connectable.";
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseSettings.java 108 * Returns whether the advertisement will indicate connectable.
202 * Set whether the advertisement type should be connectable or non-connectable.
204 * @param connectable Controls whether the advertisment type will be connectable (true)
205 * or non-connectable (false).
207 public Builder setConnectable(boolean connectable) {
208 mConnectable = connectable;
  /system/connectivity/shill/
service_property_change_test.cc 60 bool connectable = service->connectable(); local
62 service->SetConnectable(!connectable);
service.cc 72 const char Service::kAutoConnNotConnectable[] = "not connectable";
75 "technology not connectable";
91 const char Service::kServiceSortConnectable[] = "Connectable";
    [all...]
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...]
manager.cc     [all...]
service_unittest.cc     [all...]
  /system/connectivity/shill/cellular/
cellular_service_unittest.cc 97 EXPECT_TRUE(service_->connectable());
129 EXPECT_TRUE(service_->connectable());
133 EXPECT_FALSE(service_->connectable());
137 EXPECT_TRUE(service_->connectable());
141 EXPECT_TRUE(service_->connectable());
145 EXPECT_TRUE(service_->connectable());
149 EXPECT_FALSE(service_->connectable());
395 // A PPP authentication failure means the Service is not auto-connectable.
399 // Reset failure state, to make the Service auto-connectable again.
  /system/connectivity/shill/vpn/
vpn_service_unittest.cc 89 void SetConnectable(bool connectable) {
90 service_->connectable_ = connectable;
132 EXPECT_TRUE(service_->connectable());
272 EXPECT_TRUE(service_->connectable());
280 EXPECT_TRUE(service_->connectable());
289 EXPECT_TRUE(service_->connectable());
307 EXPECT_TRUE(service_->connectable());
  /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));
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py 658 def set_connectable(self, index, connectable):
659 """Set the connectable state of a controller.
662 @param connectable: Whether controller should be connectable.
668 msg_data = struct.pack('<B', bool(connectable))
674 if status == MGMT_STATUS_NOT_SUPPORTED and not connectable:
683 def set_fast_connectable(self, index, connectable):
684 """Set the fast connectable state of a controller.
686 Fast Connectable is a state where page scan parameters are set to favor
693 @param connectable: Whether controller should be fast connectable
    [all...]
  /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/connectivity/shill/wifi/
wifi_service_unittest.cc 119 return service->connectable();
    [all...]
wifi_service.cc 584 if (!connectable()) {
586 << " is not connectable.";
    [all...]
  /system/bt/service/
low_energy_client.cpp 289 if (settings.connectable())
  /system/bt/stack/btm/
btm_int.h 637 BOOLEAN connectable; /* If TRUE page scan should be enabled */ member in struct:__anon74000
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 1081 milliseconds