Home
last modified time | relevance | path

Searched refs:BluetoothGattCharacteristic (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java75 protected List<BluetoothGattCharacteristic> mCharacteristics;
101 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>(); in BluetoothGattService()
115 mCharacteristics = new ArrayList<BluetoothGattCharacteristic>(); in BluetoothGattService()
146 public boolean addCharacteristic(BluetoothGattCharacteristic characteristic) { in addCharacteristic()
156 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic()
157 for(BluetoothGattCharacteristic characteristic : mCharacteristics) { in getCharacteristic()
243 public List<BluetoothGattCharacteristic> getCharacteristics() { in getCharacteristics()
262 public BluetoothGattCharacteristic getCharacteristic(UUID uuid) { in getCharacteristic()
263 for(BluetoothGattCharacteristic characteristic : mCharacteristics) { in getCharacteristic()
DBluetoothGattDescriptor.java109 protected BluetoothGattCharacteristic mCharacteristic;
136 /*package*/ BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in BluetoothGattDescriptor()
141 private void initDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, in initDescriptor()
153 public BluetoothGattCharacteristic getCharacteristic() { in getCharacteristic()
161 /*package*/ void setCharacteristic(BluetoothGattCharacteristic characteristic) { in setCharacteristic()
DBluetoothGattCallback.java59 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead()
79 BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite()
90 BluetoothGattCharacteristic characteristic) { in onCharacteristicChanged()
DBluetoothGatt.java250 service.addCharacteristic(new BluetoothGattCharacteristic(
274 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
335 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
366 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
412 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
443 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
492 BluetoothGattCharacteristic characteristic = service.getCharacteristic(
835 public boolean readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic()
837 BluetoothGattCharacteristic.PROPERTY_READ) == 0) return false; in readCharacteristic()
873 public boolean writeCharacteristic(BluetoothGattCharacteristic characteristic) { in writeCharacteristic()
[all …]
DBluetoothGattServerCallback.java63 int offset, BluetoothGattCharacteristic characteristic) { in onCharacteristicReadRequest()
82 BluetoothGattCharacteristic characteristic, in onCharacteristicWriteRequest()
DBluetoothGattServer.java151 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
180 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
210 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
243 BluetoothGattCharacteristic characteristic = service.getCharacteristic(charUuid);
495 BluetoothGattCharacteristic characteristic, boolean confirm) { in notifyCharacteristicChanged()
550 List<BluetoothGattCharacteristic> characteristics = service.getCharacteristics(); in addService()
551 for (BluetoothGattCharacteristic characteristic : characteristics) { in addService()
DBluetoothGattCharacteristic.java30 public class BluetoothGattCharacteristic { class
232 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
240 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service, in BluetoothGattCharacteristic() method in BluetoothGattCharacteristic
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd28 <li>{@link android.bluetooth.BluetoothGattCharacteristic}</li>
407 BluetoothGattCharacteristic characteristic,
431 final BluetoothGattCharacteristic characteristic) {
440 format = BluetoothGattCharacteristic.FORMAT_UINT16;
443 format = BluetoothGattCharacteristic.FORMAT_UINT8;
524 new ArrayList&lt;ArrayList&lt;BluetoothGattCharacteristic&gt;&gt;();
539 List&lt;BluetoothGattCharacteristic&gt; gattCharacteristics =
541 ArrayList&lt;BluetoothGattCharacteristic&gt; charas =
542 new ArrayList&lt;BluetoothGattCharacteristic&gt;();
544 for (BluetoothGattCharacteristic gattCharacteristic :
[all …]
/frameworks/base/api/
Dcurrent.txt5173 method public boolean readCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
5176 …public boolean setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic, boolea…
5177 method public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
5192 …racteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic);
5193 …cteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
5194 …teristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
5203 public class BluetoothGattCharacteristic {
5204 ctor public BluetoothGattCharacteristic(java.util.UUID, int, int);
5255 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();
5284 …icChanged(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothGattCharacteristic, boolea…
[all …]