OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrcs
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java
176
ArrayList<BluetoothGattCharacteristic>
chrcs
=
local
178
if (
chrcs
!= null) {
179
for (BluetoothGattCharacteristic chrc :
chrcs
) {
189
if (
chrcs
!= null) {
Completed in 436 milliseconds