OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIST_UUID
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
66
private final String
LIST_UUID
= "UUID";
263
currentServiceData.put(
LIST_UUID
, uuid);
280
currentCharaData.put(
LIST_UUID
, uuid);
291
new String[] {LIST_NAME,
LIST_UUID
},
295
new String[] {LIST_NAME,
LIST_UUID
},
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
66
private final String
LIST_UUID
= "UUID";
263
currentServiceData.put(
LIST_UUID
, uuid);
280
currentCharaData.put(
LIST_UUID
, uuid);
291
new String[] {LIST_NAME,
LIST_UUID
},
295
new String[] {LIST_NAME,
LIST_UUID
},
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java
66
private final String
LIST_UUID
= "UUID";
263
currentServiceData.put(
LIST_UUID
, uuid);
280
currentCharaData.put(
LIST_UUID
, uuid);
291
new String[] {LIST_NAME,
LIST_UUID
},
295
new String[] {LIST_NAME,
LIST_UUID
},
Completed in 37 milliseconds