Searched refs:BluetoothGattCharacteristic (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.aidl19 parcelable BluetoothGattCharacteristic;
H A DBluetoothGattService.java28 * <p> Gatt Service contains a collection of {@link BluetoothGattCharacteristic},
78 protected List<BluetoothGattCharacteristic> mCharacteristics;
104 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
118 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
131 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
174 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>();
176 ArrayList<BluetoothGattCharacteristic> chrcs =
177 in.createTypedArrayList(BluetoothGattCharacteristic.CREATOR);
179 for (BluetoothGattCharacteristic chrc : chrcs) {
232 public boolean addCharacteristic(BluetoothGattCharacteristic characteristi
[all...]
H A DBluetoothGattCallback.java88 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic,
108 BluetoothGattCharacteristic characteristic, int status) {
119 BluetoothGattCharacteristic characteristic) {
H A DBluetoothGattDescriptor.java28 * characteristic, {@link BluetoothGattCharacteristic}. They can be used to describe
112 protected BluetoothGattCharacteristic mCharacteristic;
139 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid,
151 private void initDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid,
193 public BluetoothGattCharacteristic getCharacteristic() {
201 /*package*/ void setCharacteristic(BluetoothGattCharacteristic characteristic) {
H A DBluetoothGattServerCallback.java61 int offset, BluetoothGattCharacteristic characteristic) {
80 BluetoothGattCharacteristic characteristic,
H A DBluetoothGattCharacteristic.java32 public class BluetoothGattCharacteristic implements Parcelable { class in inherits:Parcelable
227 * Create a new BluetoothGattCharacteristic.
234 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { method in class:BluetoothGattCharacteristic
239 * Create a new BluetoothGattCharacteristic
242 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, method in class:BluetoothGattCharacteristic
249 * Create a new BluetoothGattCharacteristic
252 public BluetoothGattCharacteristic(UUID uuid, int instanceId, method in class:BluetoothGattCharacteristic
292 public static final Parcelable.Creator<BluetoothGattCharacteristic> CREATOR
293 = new Parcelable.Creator<BluetoothGattCharacteristic>() {
294 public BluetoothGattCharacteristic createFromParce
303 private BluetoothGattCharacteristic(Parcel in) { method in class:BluetoothGattCharacteristic
[all...]
H A DBluetoothGattServer.java118 List<BluetoothGattCharacteristic> temp_chars = tmp.getCharacteristics();
119 List<BluetoothGattCharacteristic> svc_chars = service.getCharacteristics();
121 BluetoothGattCharacteristic temp_char = temp_chars.get(i);
122 BluetoothGattCharacteristic svc_char = svc_chars.get(i);
152 BluetoothGattCharacteristic characteristic = getCharacteristicByHandle(handle);
199 BluetoothGattCharacteristic characteristic = getCharacteristicByHandle(handle);
374 /*package*/ BluetoothGattCharacteristic getCharacteristicByHandle(int handle) {
376 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) {
390 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) {
648 BluetoothGattCharacteristic characteristi
[all...]
H A DBluetoothGatt.java346 BluetoothGattCharacteristic characteristic = getCharacteristicById(mDevice, handle);
383 BluetoothGattCharacteristic characteristic = getCharacteristicById(mDevice, handle);
427 BluetoothGattCharacteristic characteristic = getCharacteristicById(mDevice, handle);
678 /*package*/ BluetoothGattCharacteristic getCharacteristicById(BluetoothDevice device, int instanceId) {
680 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) {
694 for(BluetoothGattCharacteristic charac : svc.getCharacteristics()) {
1016 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) {
1018 BluetoothGattCharacteristic.PROPERTY_READ) == 0) return false;
1093 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) {
1094 if ((characteristic.getProperties() & BluetoothGattCharacteristic
[all...]
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java22 import android.bluetooth.BluetoothGattCharacteristic;
74 private BluetoothGattCharacteristic mCharacteristic;
118 BluetoothGattCharacteristic characteristic
143 BluetoothGattCharacteristic characteristic,
153 characteristic.setWriteType(BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT);
170 BluetoothGattCharacteristic characteristic,
178 BluetoothGattCharacteristic characteristic) {
/frameworks/base/
H A Dcompiled-classes-phone705 android.bluetooth.BluetoothGattCharacteristic

Completed in 154 milliseconds