summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
...
* attrib: Use GAttrib destroy callback for included searchJohan Hedberg2013-06-071-3/+1
* core: Always specify local LE address type with btioJohan Hedberg2013-05-171-0/+1
* attrib: Get rid of gcharLucas De Marchi2013-05-025-20/+20
* attrib: Get rid of gintLucas De Marchi2013-05-013-5/+5
* attrib: Change match_event return type from gbooleanJefferson Delfes2013-04-241-7/+7
* attrib: Change is_response return type from gbooleanJefferson Delfes2013-04-241-3/+3
* attrib: Change command->sent type from gbooleanJefferson Delfes2013-04-241-2/+2
* attrib: Change GAttrib->stale type from gbooleanJefferson Delfes2013-04-241-2/+3
* attrib: Simplify boolean testsJefferson Delfes2013-04-242-6/+6
* gatttool: Use error message prefixes consistentlyAlvaro Silva2013-04-171-51/+56
* gatttool: Show info message when no primary service is foundEder Ruiz Maria2013-04-171-0/+10
* gatttool: Use bluetoothctl strategy for unix signal handlingEder Ruiz Maria2013-04-171-0/+83
* gatttool: Use bluetoothctl strategy to handle standard inputEder Ruiz Maria2013-04-171-7/+19
* gatttool: Remove connecting message from promptAlvaro Silva2013-04-171-8/+7
* gatttool: Show connection state using colorAlvaro Silva2013-04-171-3/+3
* gatttool: Use bluetoothctl behavior when pressing Enter on empty promptEder Ruiz Maria2013-04-171-0/+1
* gatttool: Replace more usages of printf() with rl_printf()Eder Ruiz Maria2013-04-171-93/+84
* gatttool: Fix issues with printf() and readline promptEder Ruiz Maria2013-04-171-4/+5
* gatttool: Use GError to propage error messages to callerEder Ruiz Maria2013-04-174-13/+20
* attrib: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-092-12/+14
* gatttool: Remove check for bluetooth address parameter on gatt_connect()Eder Ruiz Maria2013-04-071-5/+0
* gatttool: Remote address is mandatory for non-interactive gatttoolEder Ruiz Maria2013-04-071-0/+6
* gatttool: Fix memory leak after parsing input lineJefferson Delfes2013-04-071-1/+4
* attrib: Fix status on memory allocation failureAnderson Lizardo2013-04-041-1/+3
* attrib: Fix coding style in read_char_helper()Anderson Lizardo2013-04-041-3/+2
* attrib: Fix memory leak on low memory conditionAnderson Lizardo2013-04-041-0/+1
* attrib: Fix use after free of attribJaganath Kanakkassery2013-04-021-4/+4
* attrib: Remove norequests and noresponses variablesJaganath Kanakkassery2013-04-021-7/+2
* gatttool: fix parameter type/name from le to psmJefferson Delfes2013-03-251-1/+1
* device: Fix invalid memory access during Find IncludedVinicius Costa Gomes2013-01-291-1/+4
* attrib: Don't attempt to unregister event id 0Luiz Augusto von Dentz2013-01-281-0/+5
* attrib: Fix compilation errors when compiled without optimizationAnderson Lizardo2013-01-101-2/+2
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-107-9/+8
* attrib: Fix missing config.h includesCristian Rodríguez2012-12-234-0/+17
* attrib: conn_state should be staticJohan Hedberg2012-12-141-1/+1
* core: Remove attribute client APIJohan Hedberg2012-12-132-1245/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-074-0/+16
* Reorder btio.h includesLucas De Marchi2012-12-054-4/+4
* Use the entire include path for btio.hLucas De Marchi2012-12-055-5/+5
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-054-16/+0
* gatt: Improve characteristics discoveryPaulo Borges2012-12-011-1/+1
* gatt: Fix memory leak in characteristic discoveryPaulo Borges2012-12-011-3/+3
* gatt: Update characteristic names translation tableAndrzej Kaczmarek2012-11-131-0/+23
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-115-18/+42
* attrib: Fix not checking if att_data_list_alloc failsVinicius Costa Gomes2012-10-111-0/+6
* att: Fix sending pdu's with invalid dataVinicius Costa Gomes2012-10-111-0/+3
* att: Replace ATT_MAX_MTU with ATT_MAX_VALUE_LENVinicius Costa Gomes2012-10-111-1/+1
* attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes2012-10-112-2/+2
* gattrib: Fix ignoring the error message when write failsVinicius Costa Gomes2012-10-111-1/+7