Searched refs:includedService (Results 1 – 2 of 2) sorted by relevance
299 public void addIncludedService(BluetoothGattService includedService) { in addIncludedService() argument300 mIncludedServices.add(includedService); in addIncludedService()
323 BluetoothGattService includedService = getService(mDevice,325 if (includedService != null) {326 fixedService.addIncludedService(includedService);