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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 25 * Callback indicating when GATT client has connected/disconnected to/from a remote
26 * GATT server.
28 * @param gatt GATT client
35 public void onConnectionStateChange(BluetoothGatt gatt, int status,
43 * @param gatt GATT client invoked {@link BluetoothGatt#discoverServices}
47 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
53 * @param gatt GATT client invoked {@link BluetoothGatt#readCharacteristic
    [all...]
BluetoothDevice.java 1226 BluetoothGatt gatt = new BluetoothGatt(context, iGatt, this); local
    [all...]
BluetoothAdapter.java 1239 BluetoothGatt gatt = (BluetoothGatt)proxy; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattServiceConfig.java 17 package com.android.bluetooth.gatt;
ScanClient.java 17 package com.android.bluetooth.gatt;
SearchQueue.java 17 package com.android.bluetooth.gatt;
ServiceDeclaration.java 16 package com.android.bluetooth.gatt;
ContextMap.java 16 package com.android.bluetooth.gatt;
32 * Helper class that keeps track of registered GATT applications.
33 * This class manages application callbacks and keeps track of GATT connections.
281 b.append( "-------------- GATT Context Map ----------------");
GattDebugUtils.java 17 package com.android.bluetooth.gatt;
25 * Helper class containing useful tools for GATT service debugging.
72 * and <component> identifies the GATT service.
75 * import com.android.bluetooth.gatt.GattService;
178 b.append( "------------ GATT TEST ACTIONS ----------------");
HandleMap.java 16 package com.android.bluetooth.gatt;
188 b.append( "-------------- GATT Handle Map -----------------");
GattService.java 17 package com.android.bluetooth.gatt;
46 * Provides Bluetooth Gatt profile, as a service in
    [all...]
  /external/bluetooth/bluedroid/bta/
Android.mk 22 ./gatt/bta_gattc_api.c \
23 ./gatt/bta_gatts_act.c \
24 ./gatt/bta_gatts_main.c \
25 ./gatt/bta_gattc_utils.c \
26 ./gatt/bta_gattc_ci.c \
27 ./gatt/bta_gatts_api.c \
28 ./gatt/bta_gattc_main.c \
29 ./gatt/bta_gattc_act.c \
30 ./gatt/bta_gattc_cache.c \
31 ./gatt/bta_gatts_utils.c
    [all...]
  /external/bluetooth/bluedroid/stack/
Android.mk 14 $(LOCAL_PATH)/gatt \
89 ./gatt/gatt_sr.c \
90 ./gatt/gatt_cl.c \
91 ./gatt/gatt_api.c \
92 ./gatt/gatt_auth.c \
93 ./gatt/gatt_utils.c \
94 ./gatt/gatt_main.c \
95 ./gatt/att_protocol.c \
96 ./gatt/gatt_attr.c \
97 ./gatt/gatt_db.c
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 39 * Service for managing connection and data communication with a GATT server hosted on a
69 // Implements callback methods for GATT events that the app cares about. For example,
73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
79 Log.i(TAG, "Connected to GATT server.");
87 Log.i(TAG, "Disconnected from GATT server.");
93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
102 public void onCharacteristicRead(BluetoothGatt gatt,
111 public void onCharacteristicChanged(BluetoothGatt gatt,
128 // http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml
203 * Connects to the GATT server hosted on the Bluetooth LE device
    [all...]
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 39 * Service for managing connection and data communication with a GATT server hosted on a
69 // Implements callback methods for GATT events that the app cares about. For example,
73 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
79 Log.i(TAG, "Connected to GATT server.");
87 Log.i(TAG, "Disconnected from GATT server.");
93 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
102 public void onCharacteristicRead(BluetoothGatt gatt,
111 public void onCharacteristicChanged(BluetoothGatt gatt,
128 // http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml
203 * Connects to the GATT server hosted on the Bluetooth LE device
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 31 import com.android.bluetooth.gatt.GattService;
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 936 milliseconds