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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
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 585 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb)
592 mSearchQueue.add(connId, srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb);
596 app.callback.onGetService(address, srvcType, srvcInstId,
602 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
615 srvcInstId, srvcUuidLsb, srvcUuidMsb,
621 srvcInstId, new ParcelUuid(srvcUuid),
627 srvcInstId, srvcUuidLsb, srvcUuidMsb,
632 srvcType, srvcInstId, srvcUuidLsb, srvcUuidMsb,
638 int srvcInstId, long srvcUuidLsb, long srvcUuidMsb,
654 srvcInstId, new ParcelUuid(srvcUuid)
    [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,
36 in int srvcInstId, in ParcelUuid srvcUuid,
40 in int srvcInstId, in ParcelUuid srvcUuid,
45 in int srvcInstId, in ParcelUuid srvcUuid,
49 in int srvcInstId, in ParcelUuid srvcUuid,
53 in int srvcInstId, in ParcelUuid srvcUuid,
58 in int srvcInstId, in ParcelUuid srvcUuid,
62 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 197 int srvcInstId, ParcelUuid srvcUuid) {
203 srvcInstId, srvcType));
212 int srvcInstId, ParcelUuid srvcUuid,
222 srvcUuid.getUuid(), srvcInstId, srvcType);
238 int srvcInstId, ParcelUuid srvcUuid,
248 srvcInstId, srvcType);
262 int srvcInstId, ParcelUuid srvcUuid,
271 srvcInstId, srvcType);
307 int srvcInstId, ParcelUuid srvcUuid,
321 srvcType, srvcInstId, srvcUuid
    [all...]
BluetoothGattServer.java 120 int srvcInstId, ParcelUuid srvcId) {
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 350 milliseconds