summaryrefslogtreecommitdiff
path: root/attrib
AgeCommit message (Expand)AuthorFilesLines
2014-01-11attrib: Add extra PDU checks when decoding Read by Type ResponseAnderson Lizardo1-0/+17
2014-01-11attrib: Fix PDU length check for Read by Type RequestAnderson Lizardo1-1/+1
2014-01-11attrib: Reject incomplete PDU in dec_find_by_type_resp()Anderson Lizardo1-0/+9
2014-01-11attrib: Remove unnecessary local variables from dec_find_by_type_req()Anderson Lizardo1-10/+4
2014-01-11attrib: Remove unnecessary NULL checks on dec_find_by_type_req()Anderson Lizardo1-15/+9
2014-01-11attrib: Add extra PDU checks when decoding Read by Group Type ResponseAnderson Lizardo1-0/+18
2014-01-11attrib: Fix PDU length check for Read by Group Type RequestAnderson Lizardo1-1/+1
2014-01-11attrib: Remove unnecessary checks for PDU length on ATT encodingAnderson Lizardo1-85/+46
2014-01-11attrib: Use att_put_u16() instead of htobs() + memcpy()Anderson Lizardo1-3/+1
2014-01-11attrib: Modify gatt_cb_t signatureAnderson Lizardo4-16/+14
2013-09-11codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko1-1/+1
2013-07-30attrib: Add support for 128-bit characteristic UUIDs in gatt_service_addDirk-Jan C. Binnema2-5/+18
2013-07-30attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema2-3/+3
2013-07-30attrib: Update gatt_service_add size assert for dealing with 128-bit UUIDsDirk-Jan C. Binnema1-1/+1
2013-07-24attrib: Reduce scope of variable declarations in char_discovered_cb()Anderson Lizardo1-4/+5
2013-07-24attrib: Allow dec_read_resp() to just check if PDU is validAnderson Lizardo1-3/+3
2013-07-24attrib: Add encode/decode execute write supportAlvaro Silva2-0/+33
2013-07-24attrib: Add encode/decode prepare write supportAlvaro Silva2-0/+61
2013-07-24attrib: Remove unused parameter from enc_write_resp()Alvaro Silva2-2/+2
2013-07-24attrib: Fix coding style for various enc_*/dec_* functionsEder Ruiz Maria1-7/+10
2013-07-24attrib: Simplify prepare_write()Anderson Lizardo1-17/+12
2013-07-24attrib: Fix coding style in prepare_write_cb()Anderson Lizardo1-5/+5
2013-07-24attrib: Do not use Write Command in gatt_write_char()Anderson Lizardo2-13/+11
2013-07-24attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo4-5/+6
2013-07-24gatttool: Remove unused codeEder Ruiz Maria2-42/+5
2013-07-19attrib: Fix interactive gatttool segfaultSathish Narasimman1-1/+2
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