summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-15Bump version and update ChangeLogHEAD0.5masterJoão Paulo Rechi Vita2-1/+11
2014-01-15Update READMEJoão Paulo Rechi Vita1-7/+21
2014-01-15Create Python bindings for libbleJoão Paulo Rechi Vita6-0/+472
2014-01-15lib: Create API to get services included by a serviceJoão Paulo Rechi Vita2-1/+67
2014-01-15lib: Add support for GATT prepare writeJoão Paulo Rechi Vita2-3/+112
2014-01-15test: Create a python test script for BLE scanningJoão Paulo Rechi Vita1-0/+130
2014-01-15test: Create a batch program to test BLE scanningJoão Paulo Rechi Vita2-0/+104
2014-01-15lib: Create API to read the RSSI of a BLE deviceJoão Paulo Rechi Vita2-1/+62
2014-01-15lib: Create API for GATT characteristic notificationsJoão Paulo Rechi Vita2-2/+141
2014-01-15lib: Create API to write a GATT descriptorJoão Paulo Rechi Vita2-1/+79
2014-01-15lib: Create API to write a GATT characteristicJoão Paulo Rechi Vita2-4/+82
2014-01-15lib: Create API to read a GATT descriptorJoão Paulo Rechi Vita2-1/+50
2014-01-15lib: Create API to read a GATT characteristicJoão Paulo Rechi Vita2-1/+90
2014-01-15lib: Create API for GATT descriptor discoveryJoão Paulo Rechi Vita2-1/+108
2014-01-15lib: Create API for GATT characteristic discoveryJoão Paulo Rechi Vita2-1/+106
2014-01-15lib: Create API for GATT service discoveryJoão Paulo Rechi Vita2-2/+118
2014-01-15lib: Create API to pair and remove bond with BLE devicesJoão Paulo Rechi Vita2-1/+144
2014-01-15lib: Create API to connect to BLE devices and disconnect from themJoão Paulo Rechi Vita2-2/+170
2014-01-14lib: Create API to start and stop BLE scanningJoão Paulo Rechi Vita2-1/+75
2014-01-14lib: Create API to enable and disable the BLE featuresJoão Paulo Rechi Vita2-12/+134
2014-01-07Create BLE utility libraryJoão Paulo Rechi Vita6-0/+2047
2014-01-07btctl: Remove extra blank lineJoão Paulo Rechi Vita1-1/+0
2014-01-07Move btctl tool into its own directoryJoão Paulo Rechi Vita6-0/+0
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