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

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 190 * The method returns a BluetoothGattServer instance. You can use BluetoothGattServer
194 * @return BluetoothGattServer instance
196 public BluetoothGattServer openGattServer(Context context,
206 * The method returns a BluetoothGattServer instance. You can use BluetoothGattServer
213 * @return BluetoothGattServer instance
216 public BluetoothGattServer openGattServer(Context context,
232 BluetoothGattServer mGattServer = new BluetoothGattServer(iGatt,transport)
    [all...]
BluetoothGattServerCallback.java 22 * This abstract class is used to implement {@link BluetoothGattServer} callbacks.
52 * <p>An application must call {@link BluetoothGattServer#sendResponse}
67 * <p>An application must call {@link BluetoothGattServer#sendResponse}
88 * <p>An application must call {@link BluetoothGattServer#sendResponse}
103 * <p>An application must call {@link BluetoothGattServer#sendResponse}
124 * <p>An application must call {@link BluetoothGattServer#sendResponse}
162 * Callback triggered as result of {@link BluetoothGattServer#setPreferredPhy}, or as a result
177 * Callback triggered as result of {@link BluetoothGattServer#readPhy}
BluetoothGattServer.java 38 * <p>BluetoothGattServer is a proxy object for controlling the Bluetooth Service
42 public final class BluetoothGattServer implements BluetoothProfile {
43 private static final String TAG = "BluetoothGattServer";
359 * Create a BluetoothGattServer proxy object.
361 /*package*/ BluetoothGattServer(IBluetoothGatt iGatt, int transport) {
BluetoothAdapter.java 785 * LE related features (BluetoothGatt or BluetoothGattServer classes)
    [all...]
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_gatt_server.py 14 """Error raised for GATT-related issues with BluetoothGATTServer."""
18 class BluetoothGATTServer(asyncore.dispatcher):
  /packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
SimpleBleServer.java 23 import android.bluetooth.BluetoothGattServer;
72 protected BluetoothGattServer mGattServer;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 24 import android.bluetooth.BluetoothGattServer;
55 private final HashMap<Integer, BluetoothGattServer> mBluetoothGattServerList;
80 mBluetoothGattServerList = new HashMap<Integer, BluetoothGattServer>();
98 BluetoothGattServer mGattServer =
185 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
214 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
257 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
399 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
436 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
    [all...]
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattServer.java 26 import android.bluetooth.BluetoothGattServer;
49 private BluetoothGattServer mGattServer;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 27 import android.bluetooth.BluetoothGattServer;
103 private BluetoothGattServer mGattServer;
BleConnectionPriorityServerService.java 24 import android.bluetooth.BluetoothGattServer;
89 private BluetoothGattServer mGattServer;
BleEncryptedServerService.java 24 import android.bluetooth.BluetoothGattServer;
96 private BluetoothGattServer mGattServer;
BleServerService.java 24 import android.bluetooth.BluetoothGattServer;
213 private BluetoothGattServer mGattServer;
    [all...]
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarBleTrustAgent.java 20 import android.bluetooth.BluetoothGattServer;
210 BluetoothGattServer mGattServer
  /system/bt/service/doc/
IBluetoothGattServerCallback.txt 37 void onServiceAdded(in int status, in BluetoothGattServer service_id);
  /tools/test/connectivity/acts/tests/google/bt/pts/
gatts_lib.py 78 """Clear BluetoothGattServices from BluetoothGattServer"""
cmd_input.py 488 """Clear BluetoothGattServices from BluetoothGattServer"""
489 cmd = "Clear BluetoothGattServices from BluetoothGattServer"
    [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0-sources.jar 
android-all-4.4_r1-robolectric-1-sources.jar 
android-all-5.0.0_r2-robolectric-1-sources.jar 
android-all-6.0.0_r1-robolectric-0-sources.jar 
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/data-binding/compiler/src/main/resources/
api-versions.xml     [all...]
  /prebuilts/sdk/api/
18.txt     [all...]
19.txt     [all...]
20.txt     [all...]

Completed in 1115 milliseconds