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

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.cc 11 BluetoothGattCharacteristic::BluetoothGattCharacteristic() {
14 BluetoothGattCharacteristic::~BluetoothGattCharacteristic() {
18 BluetoothGattCharacteristic* BluetoothGattCharacteristic::Create(
bluetooth_gatt_characteristic.h 22 // BluetoothGattCharacteristic represents a local or remote GATT characteristic.
24 // service. Hence, instances of a BluetoothGattCharacteristic are associated
32 // BluetoothGattCharacteristic directly and add it to the desired
34 class BluetoothGattCharacteristic {
92 // Constructs a BluetoothGattCharacteristic that can be associated with a
110 static BluetoothGattCharacteristic* Create(const BluetoothUUID& uuid,
201 BluetoothGattCharacteristic();
202 virtual ~BluetoothGattCharacteristic();
205 DISALLOW_COPY_AND_ASSIGN(BluetoothGattCharacteristic);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 29 public class BluetoothGattCharacteristic {
224 * Create a new BluetoothGattCharacteristic.
231 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) {
236 * Create a new BluetoothGattCharacteristic
239 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service,
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 690 milliseconds