summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-23Bump version, update ChangeLog and README0.4Jefferson Delfes3-3/+15
2013-12-23Remove old connection variablesJefferson Delfes1-13/+0
2013-12-23Update reg and unreg notification commands for multiple connectionsJefferson Delfes1-29/+40
2013-12-23Update write-desc command for multiple connectionsJefferson Delfes1-21/+29
2013-12-23Update write-req-char/write-cmd-char commands for multiple connectionsBruna Moreira1-19/+28
2013-12-23Update rssi command for multiple connectionsBruna Moreira1-5/+17
2013-12-23Update read-desc command for multiple connectionsBruna Moreira1-16/+19
2013-12-23Update read-char command for multiple connectionsBruna Moreira1-14/+18
2013-12-23Update char-desc command for multiple connectionsBruna Moreira1-15/+19
2013-12-23Update characteristics command for multiple connectionsBruna Moreira1-26/+31
2013-12-23Add support for multiple connections in find_svc()Bruna Moreira1-7/+21
2013-12-23Update included command for multiple connectionsBruna Moreira1-16/+15
2013-12-23Update search-svc command for multiple connectionsBruna Moreira1-18/+39
2013-12-23Update connect/disconnect commands for multiple connectionsBruna Moreira1-9/+64
2013-12-23Add connections commandJefferson Delfes1-0/+21
2013-12-23Start support to multiple connectionsJefferson Delfes1-1/+38
2013-12-11Add small check on cmd_enableJefferson Delfes1-0/+6
2013-12-11Fix some code style issues on adapter_state_change_cbJefferson Delfes1-4/+4
2013-12-02Check if it's running as root userJefferson Delfes1-0/+7
2013-12-02rl_helper: handle ctrl-c commandJefferson Delfes1-1/+3
2013-12-02Test for EOF on getcharJefferson Delfes1-0/+6
2013-12-02rl_helper: restore terminal settings on exitJefferson Delfes1-1/+9
2013-11-21Bump version and update ChangeLog0.3João Paulo Rechi Vita2-1/+10
2013-11-21Add rssi commandJefferson Delfes1-1/+35
2013-11-21Add unregister notification commandBruna Moreira1-0/+52
2013-11-21Add register notification commandBruna Moreira1-2/+90
2013-11-21Fix extra whitespaces in main() argumentJoão Paulo Rechi Vita1-1/+1
2013-11-20Define a macro for tool versionJoão Paulo Rechi Vita1-1/+3
2013-11-19Add read characteristic descriptor commandJefferson Delfes1-1/+86
2013-11-19Add write characteristic descriptor commandJefferson Delfes1-1/+138
2013-11-19Add characteristic descriptors discover commandJefferson Delfes1-1/+141
2013-11-11Update ChangeLog for version 0.20.2João Paulo Rechi Vita1-0/+27
2013-11-11Fix buffer overflow in get characteristic callbackJefferson Delfes1-4/+5
2013-11-11Refactor get characteristics callbackJefferson Delfes1-10/+10
2013-11-11Add Write Characteristic commandsJefferson Delfes1-1/+140
2013-11-11rl_helper: add history command managementJefferson Delfes1-3/+37
2013-11-11Better error response in characteristic callbackJefferson Delfes1-1/+6
2013-11-07Fix allocation bug of characteristics bufferJefferson Delfes1-0/+1
2013-11-06Add read-char commandJefferson Delfes1-1/+77
2013-11-06Add characteristic storage bufferJoão Paulo Rechi Vita1-8/+64
2013-11-06Add characteristics commandJefferson Delfes1-1/+65
2013-11-06util: add atterror2str function helperJefferson Delfes2-0/+84
2013-11-04rl_helper: add ctrl-d parsingJefferson Delfes3-6/+14
2013-11-04Fix wrong prompt_state/r_bd_addr placementJefferson Delfes1-17/+19
2013-11-04rl_helper: add support to tab completerJefferson Delfes3-0/+41
2013-10-30README: Add a limitations sectionJefferson Delfes1-0/+9
2013-10-30Add included commandJefferson Delfes1-1/+68
2013-10-30Add search_svc commandJefferson Delfes1-2/+77
2013-10-29Add helpers to handle UUID<->str conversionJefferson Delfes2-0/+50
2013-10-29rl_helper: change feed char to insert behaviorJefferson Delfes1-1/+4