OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gattServiceData
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
252
ArrayList<HashMap<String, String>>
gattServiceData
= new ArrayList<HashMap<String, String>>();
264
gattServiceData
.add(currentServiceData);
289
gattServiceData
,
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java
252
ArrayList<HashMap<String, String>>
gattServiceData
= new ArrayList<HashMap<String, String>>();
264
gattServiceData
.add(currentServiceData);
289
gattServiceData
,
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java
252
ArrayList<HashMap<String, String>>
gattServiceData
= new ArrayList<HashMap<String, String>>();
264
gattServiceData
.add(currentServiceData);
289
gattServiceData
,
Completed in 409 milliseconds