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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
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 308 public void readCharacteristic(int clientIf, String address, int srvcType,
314 service.readCharacteristic(clientIf, address, srvcType, srvcInstanceId,
319 public void writeCharacteristic(int clientIf, String address, int srvcType,
325 service.writeCharacteristic(clientIf, address, srvcType, srvcInstanceId,
331 public void readDescriptor(int clientIf, String address, int srvcType,
338 service.readDescriptor(clientIf, address, srvcType,
345 public void writeDescriptor(int clientIf, String address, int srvcType,
352 service.writeDescriptor(clientIf, address, srvcType,
371 public void registerForNotification(int clientIf, String address, int srvcType,
377 service.registerForNotification(clientIf, address, srvcType, srvcInstanceId
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 30 void onGetService(in String address, in int srvcType, in int srvcInstId,
32 void onGetIncludedService(in String address, in int srvcType, in int srvcInstId,
35 void onGetCharacteristic(in String address, in int srvcType,
39 void onGetDescriptor(in String address, in int srvcType,
44 void onCharacteristicRead(in String address, in int status, in int srvcType,
48 void onCharacteristicWrite(in String address, in int status, in int srvcType,
52 void onDescriptorRead(in String address, in int status, in int srvcType,
57 void onDescriptorWrite(in String address, in int status, in int srvcType,
61 void onNotify(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,
IBluetoothGatt.aidl 46 void readCharacteristic(in int clientIf, in String address, in int srvcType,
50 void writeCharacteristic(in int clientIf, in String address, in int srvcType,
54 void readDescriptor(in int clientIf, in String address, in int srvcType,
59 void writeDescriptor(in int clientIf, in String address, in int srvcType,
64 void registerForNotification(in int clientIf, in String address, in int srvcType,
76 void beginServiceDeclaration(in int serverIf, in int srvcType,
79 void addIncludedService(in int serverIf, in int srvcType,
86 void removeService(in int serverIf, in int srvcType,
91 void sendNotification(in int serverIf, in String address, in int srvcType,
BluetoothGatt.java 196 public void onGetService(String address, int srvcType,
203 srvcInstId, srvcType));
211 public void onGetIncludedService(String address, int srvcType,
222 srvcUuid.getUuid(), srvcInstId, srvcType);
237 public void onGetCharacteristic(String address, int srvcType,
248 srvcInstId, srvcType);
261 public void onGetDescriptor(String address, int srvcType,
271 srvcInstId, srvcType);
306 public void onCharacteristicRead(String address, int status, int srvcType,
321 srvcType, srvcInstId, srvcUuid
    [all...]
BluetoothGattServer.java 119 public void onServiceAdded(int status, int srvcType,
125 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
140 int offset, boolean isLong, int srvcType, int srvcInstId,
148 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
166 int offset, boolean isLong, int srvcType, int srvcInstId,
177 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
199 int srvcType, int srvcInstId, ParcelUuid srvcId,
207 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
228 int srvcType, int srvcInstId, ParcelUuid srvcId,
240 BluetoothGattService service = getService(srvcUuid, srvcInstId, srvcType);
    [all...]
BluetoothAdapter.java     [all...]

Completed in 364 milliseconds