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