Commit Graph

234 Commits (61cff47899a458063aa936301b6933a365c64e09)
 

Author SHA1 Message Date
Rohit Grover 61cff47899 Release 0.2.7
8 years ago
Rohit Grover 7e9f9a0530 add API BLEDevice::shutdown() to purge the BLE stack of GATT and GAP state.
8 years ago
Rohit Grover ac3a548eff minor update to GattCharacterisitc API: add getValueHandle() as a shortcut for getValueAttribute().getHandle().
8 years ago
Rohit Grover 809ff6f235 Merge pull request #18 from schilit/getHandle
8 years ago
Bill Schilit 7a86401e48 Add getHandle for readability
8 years ago
Rohit Grover 04ceb5cea6 Release 0.2.6
8 years ago
Rohit Grover 1150cca720 oops caught a typo.
8 years ago
Rohit Grover 88d278cc71 make UUID consts static so that the header file can be included from multiple compilation units.
8 years ago
Rohit Grover b940e50a34 simplify construction of TxPowerLevelsChar
8 years ago
Rohit Grover eaa62b877b should still call configureGAP after updating powerLevels.
8 years ago
Rohit Grover 62e9ce268b white space diffs.
8 years ago
Rohit Grover 9ea6d8b6c1 allow update to txPowerMode from onDataWritten()
8 years ago
Rohit Grover 93af1ec289 updateGATT() should update TxPower related characteristics.
8 years ago
Rohit Grover 78696699c8 add API to setup TxPowerLevels
8 years ago
Rohit Grover 13ed67ec1e add txPowerMode characteristic.
8 years ago
Rohit Grover d3cc9ed912 white space diffs.
8 years ago
Rohit Grover 9168068e56 re-organized code within resetDefaults()
8 years ago
Rohit Grover 8491673e7d fixed characteristic properties to match spec.
8 years ago
Rohit Grover bca072e3ac add updateLockedStateCharacteristic()
8 years ago
Rohit Grover 0c38a1e8ef fast path for encodeURISchemePrefix() if sizeofURLData is 0
8 years ago
Rohit Grover 19f5054adf no need to save defaults; they are implicit.
8 years ago
Rohit Grover bb041bbb10 add helper functions to update characteristics.
8 years ago
Rohit Grover 076ade55a4 rename configure() to configureGAP(); and remove duplication of this call from resetDefaults().
8 years ago
Rohit Grover 3f856e0c4e rename to URIBeaconConfig.h
8 years ago
Rohit Grover 4163b0d2d4 fix minor typo in a comment.
8 years ago
Rohit Grover 94cb946fc8 raname to URIBeaconConfigService.
8 years ago
Rohit Grover c9fbe1f4ba white space diffs. (uncrustified)
8 years ago
Rohit Grover da85949113 add saveDefaults()
8 years ago
Rohit Grover dc40eb8113 Add a comment for MAX_SIZE_URI_DATA_CHAR_VALUE
8 years ago
Rohit Grover e5bd170d5d drop virtual from onDataWritten()
8 years ago
Rohit Grover fe765b0191 remove block comment for onDataWritten.
8 years ago
Rohit Grover eaf31a3941 beaconPeriod should be converted to adv_duration_units only before calling setAdvertisingInterval()
8 years ago
Rohit Grover 25eebd68ef rename to effectiveTxPower
8 years ago
Rohit Grover 6e85b53f92 Uri Data must be between 0 and 18 bytes
8 years ago
Rohit Grover 1c37781d6e Release 0.2.5
8 years ago
Rohit Grover 959ba7c6db removing Stream as a base class for UARTService.
8 years ago
Rohit Grover a4d2a4327c fix access privileges for methods of URIBeacon2Service.
8 years ago
Rohit Grover 6694c00b40 Merge branch 'uribeacon' into develop
8 years ago
Rohit Grover 49103aff55 minor change to a check.
8 years ago
Rohit Grover 617a754082 rename to configuredSuccessfully()
8 years ago
Rohit Grover 3536e5a2b2 moving back to the constructor. This brings it in line with other services.
8 years ago
Rohit Grover 1a0593dc7c switch to useTxPowerLevel()
8 years ago
Rohit Grover 5cd5f364ea minor cosmetic use of reinterpret_cast.
8 years ago
Rohit Grover 584e149985 enable resetCharacteristic.
8 years ago
Rohit Grover 149a413573 some more variable renames.
8 years ago
Rohit Grover f79f6b8ba7 variable renames.
8 years ago
Rohit Grover fdfc899372 add a comment header.
8 years ago
Rohit Grover 1ef561977e minor re-ordering of methods.
8 years ago
Rohit Grover b4e8ed204f rename setup as configure()
8 years ago
Rohit Grover 09a38f1e57 comment headers and minor white space diffs.
8 years ago