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

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 197 * The method returns a BluetoothGattServer instance. You can use BluetoothGattServer
201 * @return BluetoothGattServer instance
203 public BluetoothGattServer openGattServer(Context context,
213 * The method returns a BluetoothGattServer instance. You can use BluetoothGattServer
220 * @return BluetoothGattServer instance
223 public BluetoothGattServer openGattServer(Context context,
239 BluetoothGattServer mGattServer = new BluetoothGattServer(context, iGatt,transport)
    [all...]
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";
308 * Create a BluetoothGattServer proxy object.
310 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) {
BluetoothAdapter.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 29 import android.bluetooth.BluetoothGattServer;
56 private final HashMap<Integer, BluetoothGattServer> mBluetoothGattServerList;
81 mBluetoothGattServerList = new HashMap<Integer, BluetoothGattServer>();
99 BluetoothGattServer mGattServer =
184 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
214 BluetoothGattServer gattServer = mBluetoothGattServerList.get(gattServerIndex);
597 for (BluetoothGattServer mBluetoothGattServer : mBluetoothGattServerList.values()) {
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.h 42 DECLARE_META_INTERFACE(BluetoothGattServer);
IBluetoothGattServer.cpp 327 IMPLEMENT_META_INTERFACE(BluetoothGattServer,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 27 import android.bluetooth.BluetoothGattServer;
103 private BluetoothGattServer mGattServer;
BleServerService.java 31 import android.bluetooth.BluetoothGattServer;
88 private BluetoothGattServer mGattServer;
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 347 milliseconds