HomeSort by relevance Sort by last modified time
    Searched full:bluetoothgatt (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 20 * This abstract class is used to implement {@link BluetoothGatt} callbacks.
30 * {@link BluetoothGatt#GATT_SUCCESS} if the operation succeeds.
35 public void onConnectionStateChange(BluetoothGatt gatt, int status,
43 * @param gatt GATT client invoked {@link BluetoothGatt#discoverServices}
44 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the remote device
47 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
53 * @param gatt GATT client invoked {@link BluetoothGatt#readCharacteristic}
56 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation
59 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic,
72 * @param gatt GATT client invoked {@link BluetoothGatt#writeCharacteristic
    [all...]
BluetoothGatt.java 50 public final class BluetoothGatt implements BluetoothProfile {
51 private static final String TAG = "BluetoothGatt";
139 mCallback.onConnectionStateChange(BluetoothGatt.this, GATT_FAILURE,
168 mCallback.onConnectionStateChange(BluetoothGatt.this, status, profileState);
295 mCallback.onServicesDiscovered(BluetoothGatt.this, status);
342 mCallback.onCharacteristicRead(BluetoothGatt.this, characteristic, status);
388 mCallback.onCharacteristicWrite(BluetoothGatt.this, characteristic, status);
419 mCallback.onCharacteristicChanged(BluetoothGatt.this, characteristic);
469 mCallback.onDescriptorRead(BluetoothGatt.this, descriptor, status);
517 mCallback.onDescriptorWrite(BluetoothGatt.this, descriptor, status)
    [all...]
BluetoothGattDescriptor.java 202 * retrieved by calling {@link BluetoothGatt#readDescriptor}. The cached
217 * {@link BluetoothGatt#writeDescriptor} to send the value to the
BluetoothGattCharacteristic.java 370 * {@link BluetoothGatt#writeCharacteristic} function write this
420 * retrieved by calling {@link BluetoothGatt#readCharacteristic}. The cached
517 * {@link BluetoothGatt#writeCharacteristic} to send the value to the
BluetoothGattServerCallback.java 44 * @param status Returns {@link BluetoothGatt#GATT_SUCCESS} if the service
BluetoothDevice.java     [all...]
BluetoothAdapter.java     [all...]
BluetoothGattServer.java 49 * BluetoothGatt proxy object.
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 22 import android.bluetooth.BluetoothGatt;
48 private BluetoothGatt mBluetoothGatt;
73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
94 if (status == BluetoothGatt.GATT_SUCCESS) {
102 public void onCharacteristicRead(BluetoothGatt gatt,
105 if (status == BluetoothGatt.GATT_SUCCESS) {
111 public void onCharacteristicChanged(BluetoothGatt gatt,
168 // After using a given device, you should make sure that BluetoothGatt.close() is called
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)
    [all...]
DeviceControlActivity.java 118 // http://d.android.com/reference/android/bluetooth/BluetoothGatt.html for the complete
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 22 import android.bluetooth.BluetoothGatt;
48 private BluetoothGatt mBluetoothGatt;
73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
94 if (status == BluetoothGatt.GATT_SUCCESS) {
102 public void onCharacteristicRead(BluetoothGatt gatt,
105 if (status == BluetoothGatt.GATT_SUCCESS) {
111 public void onCharacteristicChanged(BluetoothGatt gatt,
168 // After using a given device, you should make sure that BluetoothGatt.close() is called
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)
    [all...]
DeviceControlActivity.java 118 // http://d.android.com/reference/android/bluetooth/BluetoothGatt.html for the complete
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.bluetooth.BluetoothGatt.html 10 android.bluetooth.BluetoothGatt
74 Class android.bluetooth.<A HREF="../../../../reference/android/bluetooth/BluetoothGatt.html" target="_top"><font size="+2"><code>BluetoothGatt</code></font></A>
86 <A NAME="android.bluetooth.BluetoothGatt.abortReliableWrite_removed(android.bluetooth.BluetoothDevice)"></A>
101 <A NAME="android.bluetooth.BluetoothGatt.abortReliableWrite_added()"></A>
102 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothGatt.html#abortReliableWrite()" target="_top"><code>abortReliableWrite</code></A>()</nobr>
108 <A NAME="android.bluetooth.BluetoothGatt.abortReliableWrite_added(android.bluetooth.BluetoothDevice)"></A>
109 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/bluetooth/BluetoothGatt.html#abortReliableWrite(android.bluetooth.BluetoothDevice)" target="_top"><code>abortReliableWrite</code></A>(<code>BluetoothDevice</code>)</nobr>
pkg_android.bluetooth.html 98 <A NAME="BluetoothGatt"></A>
99 <nobr><A HREF="android.bluetooth.BluetoothGatt.html">BluetoothGatt</A></nobr>
alldiffs_index_removals.html 56 <nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_removed(android.bluetooth.BluetoothDevice)" class="hiddenlink" target="rightframe"><strike>abortReliableWrite</strike>
methods_index_removals.html 55 <nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_removed(android.bluetooth.BluetoothDevice)" class="hiddenlink" target="rightframe"><strike>abortReliableWrite</strike>
methods_index_all.html 76 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_removed(android.bluetooth.BluetoothDevice)" class="hiddenlink" target="rightframe">type&nbsp;<strike>
77 (<code>BluetoothDevice</code>)</strike>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
79 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added()" class="hiddenlink" target="rightframe">type&nbsp;<b>
80 ()</b>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
82 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added(android.bluetooth.BluetoothDevice)" class="hiddenlink" target="rightframe">type&nbsp;<b>
83 (<code>BluetoothDevice</code>)</b>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
    [all...]
methods_index_additions.html 75 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added()" class="hiddenlink" target="rightframe">type&nbsp;<b>
76 ()</b>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
78 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added(android.bluetooth.BluetoothDevice)" class="hiddenlink" target="rightframe">type&nbsp;<b>
79 (<code>BluetoothDevice</code>)</b>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
    [all...]
jdiff_statistics.html 735 <TD><A HREF="android.bluetooth.BluetoothGatt.html">
736 android.bluetooth.BluetoothGatt</A></TD>
    [all...]
alldiffs_index_all.html 93 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_removed(android.bluetooth.BluetoothDevice)" class="hiddenlink" target="rightframe">type&nbsp;<strike>
94 (<code>BluetoothDevice</code>)</strike>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
97 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added()" class="hiddenlink" target="rightframe">type&nbsp;<b>
98 ()</b>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
101 &nbsp;&nbsp;<nobr><A HREF="android.bluetooth.BluetoothGatt.html#android.bluetooth.BluetoothGatt.abortReliableWrite_added(android.bluetooth.BluetoothDevice)" class="hiddenlink" target="rightframe">type&nbsp;<b>
102 (<code>BluetoothDevice</code>)</b>&nbsp;in&nbsp;android.bluetooth.BluetoothGatt
483 <!-- Class BluetoothGatt --
    [all...]
alldiffs_index_changes.html 221 <!-- Class BluetoothGatt -->
222 <A HREF="android.bluetooth.BluetoothGatt.html" class="hiddenlink" target="rightframe">BluetoothGatt</A><br>
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 26 <li>{@link android.bluetooth.BluetoothGatt}</li>
329 {@link android.bluetooth.BluetoothGatt} instance, which you can then use to
350 private BluetoothGatt mBluetoothGatt;
375 public void onConnectionStateChange(BluetoothGatt gatt, int status,
396 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
397 if (status == BluetoothGatt.GATT_SUCCESS) {
406 public void onCharacteristicRead(BluetoothGatt gatt,
409 if (status == BluetoothGatt.GATT_SUCCESS) {
569 {@link android.bluetooth.BluetoothGatt#setCharacteristicNotification setCharacteristicNotification()}
573 private BluetoothGatt mBluetoothGatt
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
pkg_android.bluetooth.html 91 <A NAME="BluetoothGatt"></A>
92 <nobr><A HREF="../../../../reference/android/bluetooth/BluetoothGatt.html" target="_top"><code>BluetoothGatt</code></A></nobr>
android.bluetooth.BluetoothDevice.html 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>
classes_index_additions.html 90 <A HREF="pkg_android.bluetooth.html#BluetoothGatt" class="hiddenlink" target="rightframe"><b>BluetoothGatt</b></A><br>

Completed in 806 milliseconds

1 2