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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
CallbackInfo.java 31 int srvcInstId;
36 CallbackInfo(String address, int status, int srvcType, int srvcInstId,
41 this.srvcInstId = srvcInstId;
SearchQueue.java 32 public int srvcInstId;
43 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb) {
47 entry.srvcInstId = srvcInstId;
55 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
61 entry.srvcInstId = srvcInstId;
GattService.java 714 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
721 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
725 app.callback.onGetService(address, srvcType, srvcInstId,
731 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
744 srvcInstId, srvcUuidLsb, srvcUuidMsb,
750 srvcInstId, new ParcelUuid(srvcUuid),
756 srvcInstId, srvcUuidLsb, srvcUuidMsb,
761 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
767 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
783 srvcInstId, new ParcelUuid(srvcUuid)
    [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,
38 in int srvcInstId, in ParcelUuid srvcUuid,
42 in int srvcInstId, in ParcelUuid srvcUuid,
47 in int srvcInstId, in ParcelUuid srvcUuid,
51 in int srvcInstId, in ParcelUuid srvcUuid,
55 in int srvcInstId, in ParcelUuid srvcUuid,
60 in int srvcInstId, in ParcelUuid srvcUuid,
64 in int srvcInstId, in ParcelUuid srvcUuid,
IBluetoothGattServerCallback.aidl 31 in int srvcInstId, in ParcelUuid srvcId);
35 in int srvcInstId, in ParcelUuid srvcId,
40 in int srvcInstId, in ParcelUuid srvcId,
48 in int srvcInstId, in ParcelUuid srvcId,
56 in int srvcInstId, in ParcelUuid srvcId,
BluetoothGatt.java 206 int srvcInstId, ParcelUuid srvcUuid) {
212 srvcInstId, srvcType));
221 int srvcInstId, ParcelUuid srvcUuid,
231 srvcUuid.getUuid(), srvcInstId, srvcType);
247 int srvcInstId, ParcelUuid srvcUuid,
257 srvcInstId, srvcType);
271 int srvcInstId, ParcelUuid srvcUuid,
280 srvcInstId, srvcType);
316 int srvcInstId, ParcelUuid srvcUuid,
335 srvcType, srvcInstId, srvcUuid
    [all...]
BluetoothGattServer.java 113 int srvcInstId, ParcelUuid srvcId) {
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 59 milliseconds