Searched refs:connectable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertiseSettings.java108 * 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) { argument
208 mConnectable = connectable;

Completed in 96 milliseconds