Searched refs:mIncludedServices (Results 1 – 4 of 4) sorted by relevance
91 protected List<BluetoothGattService> mIncludedServices; field in BluetoothGattService113 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()128 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()142 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()160 new ArrayList<BluetoothGattIncludedService>(mIncludedServices.size()); in writeToParcel()161 for (BluetoothGattService s : mIncludedServices) { in writeToParcel()195 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()201 mIncludedServices.add(new BluetoothGattService(null, isvc.getUuid(), in BluetoothGattService()233 mIncludedServices.add(service); in addService()300 mIncludedServices.add(includedService); in addIncludedService()[all …]
6402 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;
8597 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;