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 30 public class BluetoothGattService {
82 protected List<BluetoothGattService> mIncludedServices;
85 * Create a new BluetoothGattService.
90 * {@link BluetoothGattService#SERVICE_TYPE_PRIMARY} or
91 * {@link BluetoothGattService#SERVICE_TYPE_SECONDARY}
93 public BluetoothGattService(UUID uuid, int serviceType) {
99 mIncludedServices = new ArrayList<BluetoothGattService>();
103 * Create a new BluetoothGattService
106 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid,
113 mIncludedServices = new ArrayList<BluetoothGattService>();
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 77 milliseconds