OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeDescriptor
(Results
1 - 18
of
18
) sorted by null
/system/bt/service/doc/
IBluetoothGattClient.txt
132
boolean
writeDescriptor
(in int client_id,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java
164
private void
writeDescriptor
(String writeValue) {
168
mBluetoothGatt.
writeDescriptor
(descriptor);
367
writeDescriptor
(WRITE_VALUE);
BleServerService.java
144
private void
writeDescriptor
(String writeValue) {
/frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java
424
mService.
writeDescriptor
(mClientIf, address, handle,
[
all
...]
IBluetoothGatt.aidl
58
void
writeDescriptor
(in int clientIf, in String address, in int handle,
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
304
mBluetoothGatt.
writeDescriptor
(descriptor);
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
304
mBluetoothGatt.
writeDescriptor
(descriptor);
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
304
mBluetoothGatt.
writeDescriptor
(descriptor);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java
159
boolean result = mBluetoothGatt.
writeDescriptor
(descriptor);
160
Log.d(TAG, "
writeDescriptor
returned " + result);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
421
public void
writeDescriptor
(int clientIf, String address, int handle,
425
service.
writeDescriptor
(clientIf, address, handle, writeType, authReq, value);
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java
483
return bluetoothGatt.
writeDescriptor
(gattDescriptor);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 2935 milliseconds