Home
last modified time | relevance | path

Searched refs:chrcs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java186 ArrayList<BluetoothGattCharacteristic> chrcs = in BluetoothGattService() local
188 if (chrcs != null) { in BluetoothGattService()
189 for (BluetoothGattCharacteristic chrc : chrcs) { in BluetoothGattService()
199 if (chrcs != null) { in BluetoothGattService()