summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
* lib: Move GATT UUID to uuid.hClaudio Takahasi2014-02-241-25/+0
* attrib: Make btio/btio.h include localMarcel Holtmann2014-01-254-4/+4
* attrib: Use full include path for header filesMarcel Holtmann2014-01-252-11/+11
* attrib: Add extra PDU checks when decoding Read by Type ResponseAnderson Lizardo2014-01-111-0/+17
* attrib: Fix PDU length check for Read by Type RequestAnderson Lizardo2014-01-111-1/+1
* attrib: Reject incomplete PDU in dec_find_by_type_resp()Anderson Lizardo2014-01-111-0/+9
* attrib: Remove unnecessary local variables from dec_find_by_type_req()Anderson Lizardo2014-01-111-10/+4
* attrib: Remove unnecessary NULL checks on dec_find_by_type_req()Anderson Lizardo2014-01-111-15/+9
* attrib: Add extra PDU checks when decoding Read by Group Type ResponseAnderson Lizardo2014-01-111-0/+18
* attrib: Fix PDU length check for Read by Group Type RequestAnderson Lizardo2014-01-111-1/+1
* attrib: Remove unnecessary checks for PDU length on ATT encodingAnderson Lizardo2014-01-111-85/+46
* attrib: Use att_put_u16() instead of htobs() + memcpy()Anderson Lizardo2014-01-111-3/+1
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-114-16/+14
* codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko2013-09-111-1/+1
* attrib: Add support for 128-bit characteristic UUIDs in gatt_service_addDirk-Jan C. Binnema2013-07-302-5/+18
* attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema2013-07-302-3/+3
* attrib: Update gatt_service_add size assert for dealing with 128-bit UUIDsDirk-Jan C. Binnema2013-07-301-1/+1
* attrib: Reduce scope of variable declarations in char_discovered_cb()Anderson Lizardo2013-07-241-4/+5
* attrib: Allow dec_read_resp() to just check if PDU is validAnderson Lizardo2013-07-241-3/+3
* attrib: Add encode/decode execute write supportAlvaro Silva2013-07-242-0/+33
* attrib: Add encode/decode prepare write supportAlvaro Silva2013-07-242-0/+61
* attrib: Remove unused parameter from enc_write_resp()Alvaro Silva2013-07-242-2/+2
* attrib: Fix coding style for various enc_*/dec_* functionsEder Ruiz Maria2013-07-241-7/+10
* attrib: Simplify prepare_write()Anderson Lizardo2013-07-241-17/+12
* attrib: Fix coding style in prepare_write_cb()Anderson Lizardo2013-07-241-5/+5
* attrib: Do not use Write Command in gatt_write_char()Anderson Lizardo2013-07-242-13/+11
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-244-5/+6
* gatttool: Remove unused codeEder Ruiz Maria2013-07-242-42/+5
* attrib: Fix interactive gatttool segfaultSathish Narasimman2013-07-191-1/+2
* 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