Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:BluetoothGattService

62     private List<BluetoothGattService> mServices;
211 mServices.add(new BluetoothGattService(mDevice, srvcUuid.getUuid(),
230 BluetoothGattService service = getService(mDevice,
232 BluetoothGattService includedService = getService(mDevice,
256 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
279 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
345 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
381 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
427 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
463 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
518 BluetoothGattService service = getService(mDevice, srvcUuid.getUuid(),
617 mServices = new ArrayList<BluetoothGattService>();
639 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid,
641 for(BluetoothGattService svc : mServices) {
829 public List<BluetoothGattService> getServices() {
830 List<BluetoothGattService> result =
831 new ArrayList<BluetoothGattService>();
833 for (BluetoothGattService service : mServices) {
843 * Returns a {@link BluetoothGattService}, if the requested UUID is
855 * @return BluetoothGattService if supported, or null if the requested
858 public BluetoothGattService getService(UUID uuid) {
859 for (BluetoothGattService service : mServices) {
888 BluetoothGattService service = characteristic.getService();
933 BluetoothGattService service = characteristic.getService();
979 BluetoothGattService service = characteristic.getService();
1023 BluetoothGattService service = characteristic.getService();
1163 BluetoothGattService service = characteristic.getService();