OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
338
public void readCharacteristic(int clientIf, String address, int
srvcType
,
344
service.readCharacteristic(clientIf, address,
srvcType
, srvcInstanceId,
349
public void writeCharacteristic(int clientIf, String address, int
srvcType
,
355
service.writeCharacteristic(clientIf, address,
srvcType
, srvcInstanceId,
361
public void readDescriptor(int clientIf, String address, int
srvcType
,
368
service.readDescriptor(clientIf, address,
srvcType
,
375
public void writeDescriptor(int clientIf, String address, int
srvcType
,
382
service.writeDescriptor(clientIf, address,
srvcType
,
401
public void registerForNotification(int clientIf, String address, int
srvcType
,
407
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
51
void readCharacteristic(in int clientIf, in String address, in int
srvcType
,
55
void writeCharacteristic(in int clientIf, in String address, in int
srvcType
,
59
void readDescriptor(in int clientIf, in String address, in int
srvcType
,
64
void writeDescriptor(in int clientIf, in String address, in int
srvcType
,
69
void registerForNotification(in int clientIf, in String address, in int
srvcType
,
81
void beginServiceDeclaration(in int serverIf, in int
srvcType
,
84
void addIncludedService(in int serverIf, in int
srvcType
,
91
void removeService(in int serverIf, in int
srvcType
,
96
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 724 milliseconds