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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattServiceConfig.java 17 package com.android.bluetooth.gatt;
AdvertiseClient.java 17 package com.android.bluetooth.gatt;
CallbackInfo.java 16 package com.android.bluetooth.gatt;
ScanClient.java 17 package com.android.bluetooth.gatt;
SearchQueue.java 17 package com.android.bluetooth.gatt;
AdvtFilterOnFoundOnLostInfo.java 17 package com.android.bluetooth.gatt;
FilterParams.java 17 package com.android.bluetooth.gatt;
ServiceDeclaration.java 16 package com.android.bluetooth.gatt;
GattDebugUtils.java 17 package com.android.bluetooth.gatt;
25 * Helper class containing useful tools for GATT service debugging.
66 * and <component> identifies the GATT service.
69 * import com.android.bluetooth.gatt.GattService;
160 b.append( "------------ GATT TEST ACTIONS ----------------");
HandleMap.java 16 package com.android.bluetooth.gatt;
ContextMap.java 16 package com.android.bluetooth.gatt;
34 * Helper class that keeps track of registered GATT applications.
35 * This class manages application callbacks and keeps track of GATT connections.
ScanFilterQueue.java 17 package com.android.bluetooth.gatt;
AdvertiseManager.java 17 package com.android.bluetooth.gatt;
ScanManager.java 17 package com.android.bluetooth.gatt;
69 "com.android.bluetooth.gatt.REFRESH_BATCHED_SCAN";
    [all...]
GattService.java 17 package com.android.bluetooth.gatt;
65 * Provides Bluetooth Gatt profile, as a service in
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/
GattServiceTest.java 2 package com.android.bluetooth.gatt;
7 import com.android.bluetooth.gatt.GattService;
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 131 IBluetoothGatt gatt; local
133 gatt = mBluetoothManager.getBluetoothGatt();
135 Log.e(TAG, "Failed to get Bluetooth gatt - ", e);
140 scanResponse, settings, gatt);
229 * Bluetooth GATT interface callbacks for advertising.
BluetoothLeScanner.java 129 IBluetoothGatt gatt; local
131 gatt = mBluetoothManager.getBluetoothGatt();
133 gatt = null;
135 if (gatt == null) {
154 BleScanCallbackWrapper wrapper = new BleScanCallbackWrapper(gatt, filters,
231 * Bluetooth GATT interface callbacks
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 577 * No preferrence of physical transport for GATT connections to remote dual-mode devices
582 * Prefer BR/EDR transport for GATT connections to remote dual-mode devices
587 * Prefer LE transport for GATT connections to remote dual-mode devices
1585 BluetoothGatt gatt = new BluetoothGatt(context, iGatt, this, transport); local
    [all...]
BluetoothAdapter.java 420 * when Bluetooth state in STATE_BLE_ON. This denotes GATT connection
433 * when Bluetooth state in STATE_BLE_ON. This denotes GATT disconnection as Bluetooth
721 * only LE related feature (Bluetooth GATT layers interfaces using the respective class)
1889 BluetoothGatt gatt = (BluetoothGatt)proxy; local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryActivity.java 148 // Only LE devices support GATT
155 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) {
160 gatt.discoverServices();
165 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
168 Log.e(TAG, "Service discovery failure on " + gatt);
173 final BluetoothGattService battService = gatt.getService(GATT_BATTERY_SERVICE_UUID);
190 gatt.readCharacteristic(battLevel);
194 public void onCharacteristicRead(BluetoothGatt gatt,
198 Log.e(TAG, "Read characteristic failure on " + gatt + " " + characteristic);
  /prebuilts/sdk/21/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 226 milliseconds