Closed
Description
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)