OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readCharacteristic
(Results
1 - 7
of
7
) sorted by null
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
BluetoothLeService.java
277
public void
readCharacteristic
(BluetoothGattCharacteristic characteristic) {
282
mBluetoothGatt.
readCharacteristic
(characteristic);
DeviceControlActivity.java
137
mBluetoothLeService.
readCharacteristic
(characteristic);
/frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl
42
void
readCharacteristic
(in int clientIf, in String address, in int srvcType,
BluetoothGatt.java
320
mService.
readCharacteristic
(mClientIf, address,
825
public boolean
readCharacteristic
(BluetoothGattCharacteristic characteristic) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
301
public void
readCharacteristic
(int clientIf, String address, int srvcType,
307
service.
readCharacteristic
(clientIf, address, srvcType, srvcInstanceId,
[
all
...]
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 3816 milliseconds