Skip to content

Provide convenience functions for reading and writing characteristics #242

Open
@nkolban

Description

@nkolban

While studying BLE Noble, I found the existence of convenience functions in that library. What a great idea!! The following are candidates for conveniences in this library:

BLEDevice::write(bdAddress, serviceUuid, characteristicUuid, value)
value BLEDevice::read(bdAddress, serviceUuid, characteristicUuid)
BLEClient::write(serviceUuid, characteristicUuid, value)
value BLEClient::read(serviceUuid, characteristicUuid)
BLERemoteService::write(characteristicUuid, value)
value BLERemoteService::read(characteristicUuid)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions