OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endHandle
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDbElement.java
46
public int
endHandle
;
GattService.java
474
int startHandle, int
endHandle
, int authReq) {
478
clientIf, address, uuid.getUuid(), startHandle,
endHandle
, authReq);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl
86
in int startHandle, in int
endHandle
, in int authReq);
BluetoothGatt.java
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java
452
@RpcParameter(name = "
endHandle
") Integer
endHandle
) throws Exception {
458
return bluetoothGatt.readUsingCharacteristicUuid(cUuid, startHandle,
endHandle
);
[
all
...]
Completed in 241 milliseconds