summaryrefslogtreecommitdiff
path: root/attrib
AgeCommit message (Expand)AuthorFilesLines
2013-06-07attrib: Use GAttrib destroy callback for included searchJohan Hedberg1-3/+1
2013-05-17core: Always specify local LE address type with btioJohan Hedberg1-0/+1
2013-05-02attrib: Get rid of gcharLucas De Marchi5-20/+20
2013-05-01attrib: Get rid of gintLucas De Marchi3-5/+5
2013-04-24attrib: Change match_event return type from gbooleanJefferson Delfes1-7/+7
2013-04-24attrib: Change is_response return type from gbooleanJefferson Delfes1-3/+3
2013-04-24attrib: Change command->sent type from gbooleanJefferson Delfes1-2/+2
2013-04-24attrib: Change GAttrib->stale type from gbooleanJefferson Delfes1-2/+3
2013-04-24attrib: Simplify boolean testsJefferson Delfes2-6/+6
2013-04-17gatttool: Use error message prefixes consistentlyAlvaro Silva1-51/+56
2013-04-17gatttool: Show info message when no primary service is foundEder Ruiz Maria1-0/+10
2013-04-17gatttool: Use bluetoothctl strategy for unix signal handlingEder Ruiz Maria1-0/+83
2013-04-17gatttool: Use bluetoothctl strategy to handle standard inputEder Ruiz Maria1-7/+19
2013-04-17gatttool: Remove connecting message from promptAlvaro Silva1-8/+7
2013-04-17gatttool: Show connection state using colorAlvaro Silva1-3/+3
2013-04-17gatttool: Use bluetoothctl behavior when pressing Enter on empty promptEder Ruiz Maria1-0/+1
2013-04-17gatttool: Replace more usages of printf() with rl_printf()Eder Ruiz Maria1-93/+84
2013-04-17gatttool: Fix issues with printf() and readline promptEder Ruiz Maria1-4/+5
2013-04-17gatttool: Use GError to propage error messages to callerEder Ruiz Maria4-13/+20
2013-04-09attrib: Use gcc builtin instead of g_atomicLucas De Marchi2-12/+14
2013-04-07gatttool: Remove check for bluetooth address parameter on gatt_connect()Eder Ruiz Maria1-5/+0
2013-04-07gatttool: Remote address is mandatory for non-interactive gatttoolEder Ruiz Maria1-0/+6
2013-04-07gatttool: Fix memory leak after parsing input lineJefferson Delfes1-1/+4
2013-04-04attrib: Fix status on memory allocation failureAnderson Lizardo1-1/+3
2013-04-04attrib: Fix coding style in read_char_helper()Anderson Lizardo1-3/+2
2013-04-04attrib: Fix memory leak on low memory conditionAnderson Lizardo1-0/+1
2013-04-02attrib: Fix use after free of attribJaganath Kanakkassery1-4/+4
2013-04-02attrib: Remove norequests and noresponses variablesJaganath Kanakkassery1-7/+2
2013-03-25gatttool: fix parameter type/name from le to psmJefferson Delfes1-1/+1
2013-01-29device: Fix invalid memory access during Find IncludedVinicius Costa Gomes1-1/+4
2013-01-28attrib: Don't attempt to unregister event id 0Luiz Augusto von Dentz1-0/+5
2013-01-10attrib: Fix compilation errors when compiled without optimizationAnderson Lizardo1-2/+2
2013-01-10attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo7-9/+8
2012-12-23attrib: Fix missing config.h includesCristian Rodríguez4-0/+17
2012-12-14attrib: conn_state should be staticJohan Hedberg1-1/+1
2012-12-13core: Remove attribute client APIJohan Hedberg2-1245/+0
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg4-0/+16
2012-12-05Reorder btio.h includesLucas De Marchi4-4/+4
2012-12-05Use the entire include path for btio.hLucas De Marchi5-5/+5
2012-12-05Use the entire include path for gdbus.hLucas De Marchi1-1/+1
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi4-16/+0
2012-12-01gatt: Improve characteristics discoveryPaulo Borges1-1/+1
2012-12-01gatt: Fix memory leak in characteristic discoveryPaulo Borges1-3/+3
2012-11-13gatt: Update characteristic names translation tableAndrzej Kaczmarek1-0/+23
2012-10-11gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes5-18/+42
2012-10-11attrib: Fix not checking if att_data_list_alloc failsVinicius Costa Gomes1-0/+6
2012-10-11att: Fix sending pdu's with invalid dataVinicius Costa Gomes1-0/+3
2012-10-11att: Replace ATT_MAX_MTU with ATT_MAX_VALUE_LENVinicius Costa Gomes1-1/+1
2012-10-11attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes2-2/+2
2012-10-11gattrib: Fix ignoring the error message when write failsVinicius Costa Gomes1-1/+7