[MOD-2809] iOS BLE: Update/Rename constants
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-12-04T09:42:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BLE |
Labels | ios |
Reporter | Fasihul Haque |
Assignee | Anil Shukla |
Created | 2020-11-03T12:18:38.000+0000 |
Updated | 2020-12-04T09:42:26.000+0000 |
Description
Update constants ATTRIBUTE_PERMISSION_* with CHARACTERISTIC_PERMISSION_*,
CHARACTERISTIC_WRITE_TYPE_* with CHARACTERISTIC_TYPE_*.
Correct name Reuqest.yml.
Check and match all constant from [documentation](https://wiki.appcelerator.org/pages/viewpage.action?pageId=62556667), update as per document.
Add *isMutable* property and *equals* method to Characteristic, see [document](https://wiki.appcelerator.org/pages/viewpage.action?pageId=62556671).
*Note:* Update constants at all places like module, example, YML, UT.
Attachments
File | Date | Size |
---|---|---|
Constants that are present is wiki doc but not in iOS class.rtf | 2020-11-10T11:55:34.000+0000 | 10289 |
PR:- https://github.com/appcelerator/appcelerator.ble/pull/46 Also added the file in which constants are mentioned which are not in out iOS class but mentioned in the wiki document.
Closing this ticket. Updated sampl app.