Skip to content

Rename getAll* methods with get* #40

Closed
@jracle

Description

@jracle

My feeling is that 'All' in getAll* methods is overkill.

I would then replace all of getAll* by get*, e.g.:

  • BluetoothDevice.getServices
  • BluetoothGATTService.getCharacteristics
  • BluetoothGATTService.getIncludedServices
  • BluetoothGATTCharacteristic.getDescriptors

This would also be aligned with most existing native APIs (e.g. Android)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions