Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java189 ArrayList<BluetoothGattCharacteristic> chrcs = in BluetoothGattService() local
191 if (chrcs != null) { in BluetoothGattService()
192 for (BluetoothGattCharacteristic chrc : chrcs) { in BluetoothGattService()
202 if (chrcs != null) { in BluetoothGattService()