HomeSort by relevance Sort by last modified time
    Searched full:bluetoothgattcallback (Results 1 - 19 of 19) sorted by null

  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 23 import android.bluetooth.BluetoothGattCallback;
71 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 23 import android.bluetooth.BluetoothGattCallback;
71 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() {
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 45 * <p>To connect to a remote peripheral device, create a {@link BluetoothGattCallback}
57 private BluetoothGattCallback mCallback;
609 * <p>This is an asynchronous call. The callback {@link BluetoothGattCallback#onAppRegistered}
618 private boolean registerApp(BluetoothGattCallback callback) {
657 * {@link BluetoothGattCallback#onConnectionStateChange} callback will be
675 /*package*/ boolean connect(Boolean autoConnect, BluetoothGattCallback callback) {
812 * the {@link BluetoothGattCallback#onServicesDiscovered} callback i
    [all...]
BluetoothGattCallback.java 22 public abstract class BluetoothGattCallback {
BluetoothDevice.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.bluetooth.BluetoothDevice.html 86 <A NAME="android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)"></A>
87 <nobr><code>BluetoothGatt</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothDevice.html#connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" target="_top"><code>connectGatt</code></A>(<code>Context,</nobr> boolean<nobr>,</nobr> BluetoothGattCallback<nobr><nobr></code>)</nobr>
pkg_android.bluetooth.html 98 <A NAME="BluetoothGattCallback"></A>
99 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothGattCallback.html" target="_top"><code>BluetoothGattCallback</code></A></nobr>
classes_index_additions.html 91 <A HREF="pkg_android.bluetooth.html#BluetoothGattCallback" class="hiddenlink" target="rightframe"><b>BluetoothGattCallback</b></A><br>
alldiffs_index_additions.html 182 <!-- Class BluetoothGattCallback -->
183 <A HREF="pkg_android.bluetooth.html#BluetoothGattCallback" class="hiddenlink" target="rightframe"><b>BluetoothGattCallback</b></A><br>
280 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" class="hiddenlink" target="rightframe"><b>connectGatt</b>
281 (<code>Context, boolean, BluetoothGattCallback</code>)</A></nobr><br>
    [all...]
methods_index_additions.html 124 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" class="hiddenlink" target="rightframe"><b>connectGatt</b>
125 (<code>Context, boolean, BluetoothGattCallback</code>)</A></nobr><br>
    [all...]
classes_index_all.html 121 <A HREF="pkg_android.bluetooth.html#BluetoothGattCallback" class="hiddenlink" target="rightframe"><b>BluetoothGattCallback</b></A><br>
    [all...]
methods_index_all.html 133 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" class="hiddenlink" target="rightframe"><b>connectGatt</b>
134 (<code>Context, boolean, BluetoothGattCallback</code>)</A></nobr><br>
    [all...]
alldiffs_index_all.html 303 <!-- Class BluetoothGattCallback -->
304 <A HREF="pkg_android.bluetooth.html#BluetoothGattCallback" class="hiddenlink" target="rightframe"><b>BluetoothGattCallback</b></A><br>
430 <nobr><A HREF="android.bluetooth.BluetoothDevice.html#android.bluetooth.BluetoothDevice.connectGatt_added(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)" class="hiddenlink" target="rightframe"><b>connectGatt</b>
431 (<code>Context, boolean, BluetoothGattCallback</code>)</A></nobr><br>
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 27 <li>{@link android.bluetooth.BluetoothGattCallback}</li>
324 {@link android.bluetooth.BluetoothGattCallback}: </p>
331 The {@link android.bluetooth.BluetoothGattCallback} is used to deliver results
372 private final BluetoothGattCallback mGattCallback =
373 new BluetoothGattCallback() {
585 an {@link android.bluetooth.BluetoothGattCallback#onCharacteristicChanged onCharacteristicChanged()}
  /frameworks/base/docs/html/about/versions/
android-4.3.jd 405 {@link android.bluetooth.BluetoothGattCallback}. Your implementation of {@link
406 android.bluetooth.BluetoothGattCallback} receives callbacks regarding the connectivity
408 android.bluetooth.BluetoothGattCallback#onConnectionStateChange onConnectionStateChange()}
    [all...]
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/api/
18.txt     [all...]
19.txt     [all...]
  /development/sdk/
api-versions.xml     [all...]

Completed in 405 milliseconds