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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 28 public class BluetoothGattService {
80 protected List<BluetoothGattService> mIncludedServices;
88 * Create a new BluetoothGattService.
93 * {@link BluetoothGattService#SERVICE_TYPE_PRIMARY} or
94 * {@link BluetoothGattService#SERVICE_TYPE_SECONDARY}
96 public BluetoothGattService(UUID uuid, int serviceType) {
102 mIncludedServices = new ArrayList<BluetoothGattService>();
106 * Create a new BluetoothGattService
109 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid,
116 mIncludedServices = new ArrayList<BluetoothGattService>();
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 498 milliseconds