HomeSort by relevance Sort by last modified time
    Searched refs:srvcType (Results 1 - 9 of 9) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
CallbackInfo.java 30 int srvcType;
36 CallbackInfo(String address, int status, int srvcType, int srvcInstId,
40 this.srvcType = srvcType;
SearchQueue.java 31 public int srvcType;
42 void add(int connId, int srvcType,
46 entry.srvcType = srvcType;
54 void add(int connId, int srvcType,
60 entry.srvcType = srvcType;
GattService.java 356 public void readCharacteristic(int clientIf, String address, int srvcType,
362 service.readCharacteristic(clientIf, address, srvcType, srvcInstanceId,
367 public void writeCharacteristic(int clientIf, String address, int srvcType,
373 service.writeCharacteristic(clientIf, address, srvcType, srvcInstanceId,
379 public void readDescriptor(int clientIf, String address, int srvcType,
386 service.readDescriptor(clientIf, address, srvcType,
393 public void writeDescriptor(int clientIf, String address, int srvcType,
400 service.writeDescriptor(clientIf, address, srvcType,
419 public void registerForNotification(int clientIf, String address, int srvcType,
425 service.registerForNotification(clientIf, address, srvcType, srvcInstanceId
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 51 public void onGetService(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid)
56 public void onGetIncludedService(String address, int srvcType, int srvcInstId,
62 public void onGetCharacteristic(String address, int srvcType, int srvcInstId,
68 public void onGetDescriptor(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid,
78 public void onCharacteristicRead(String address, int status, int srvcType, int srvcInstId,
84 public void onCharacteristicWrite(String address, int status, int srvcType, int srvcInstId,
93 public void onDescriptorRead(String address, int status, int srvcType, int srvcInstId,
99 public void onDescriptorWrite(String address, int status, int srvcType, int srvcInstId,
105 public void onNotify(String address, int srvcType, int srvcInstId, ParcelUuid srvcUuid,
IBluetoothGattCallback.aidl 32 void onGetService(in String address, in int srvcType, in int srvcInstId,
34 void onGetIncludedService(in String address, in int srvcType, in int srvcInstId,
37 void onGetCharacteristic(in String address, in int srvcType,
41 void onGetDescriptor(in String address, in int srvcType,
46 void onCharacteristicRead(in String address, in int status, in int srvcType,
50 void onCharacteristicWrite(in String address, in int status, in int srvcType,
54 void onDescriptorRead(in String address, in int status, in int srvcType,
59 void onDescriptorWrite(in String address, in int status, in int srvcType,
63 void onNotify(in String address, in int srvcType,
IBluetoothGatt.aidl 53 void readCharacteristic(in int clientIf, in String address, in int srvcType,
57 void writeCharacteristic(in int clientIf, in String address, in int srvcType,
61 void readDescriptor(in int clientIf, in String address, in int srvcType,
66 void writeDescriptor(in int clientIf, in String address, in int srvcType,
71 void registerForNotification(in int clientIf, in String address, in int srvcType,
85 void beginServiceDeclaration(in int serverIf, in int srvcType,
88 void addIncludedService(in int serverIf, in int srvcType,
95 void removeService(in int serverIf, in int srvcType,
100 void sendNotification(in int serverIf, in String address, in int srvcType,
IBluetoothGattServerCallback.aidl 30 void onServiceAdded(in int status, in int srvcType,
34 in int srvcType,
39 in int srvcType,
47 in int srvcType,
55 in int srvcType,
BluetoothGatt.java 205 public void onGetService(String address, int srvcType,
212 srvcInstId, srvcType));
220 public void onGetIncludedService(String address, int srvcType,
231 srvcUuid.getUuid(), srvcInstId, srvcType);
246 public void onGetCharacteristic(String address, int srvcType,
257 srvcInstId, srvcType);
270 public void onGetDescriptor(String address, int srvcType,
280 srvcInstId, srvcType);
315 public void onCharacteristicRead(String address, int status, int srvcType,
335 srvcType, srvcInstId, srvcUuid
    [all...]
BluetoothGattServer.java 112 public void onServiceAdded(int status, int srvcType,
118 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
133 int offset, boolean isLong, int srvcType, int srvcInstId,
141 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
159 int offset, boolean isLong, int srvcType, int srvcInstId,
170 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
192 int srvcType, int srvcInstId, ParcelUuid srvcId,
200 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
221 int srvcType, int srvcInstId, ParcelUuid srvcId,
233 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
    [all...]

Completed in 1455 milliseconds