summaryrefslogtreecommitdiff
path: root/attrib/interactive.c
Commit message (Expand)AuthorAgeFilesLines
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+2
* shared/att: Add ext_signed flag to be able to use external cryptoMariusz Skamra2015-05-191-1/+1
* attrib: Use local libbluetooth includesMarcel Holtmann2015-02-281-1/+3
* attrib: Add explicit include for lib/bluetooth.hMarcel Holtmann2015-02-181-0/+1
* attrib: Add mtu argument to g_attrib_newMichael Janssen2014-11-031-1/+16
* attrib: Discover descriptors using gatt_discover_descAndrzej Kaczmarek2014-05-051-39/+10
* Replace att_get_uuid128() by bswap_128()Claudio Takahasi2014-03-241-2/+7
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-3/+3
* Replace att_get_uuid16() by get_le16()Claudio Takahasi2014-03-241-1/+2
* attrib: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-111-5/+4
* attrib: Do not use Write Command in gatt_write_char()Anderson Lizardo2013-07-241-1/+1
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-241-2/+3
* gatttool: Remove unused codeEder Ruiz Maria2013-07-241-27/+4
* attrib: Fix interactive gatttool segfaultSathish Narasimman2013-07-191-1/+2
* attrib: Get rid of gcharLucas De Marchi2013-05-021-7/+7
* 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-171-3/+7
* gatttool: Fix memory leak after parsing input lineJefferson Delfes2013-04-071-1/+4
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-2/+1
* attrib: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+5
* attrib: conn_state should be staticJohan Hedberg2012-12-141-1/+1
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-111-4/+4
* attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes2012-10-111-1/+1
* attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes2012-10-091-1/+1
* gatttool: Add "included" commandJefferson Delfes2012-10-091-0/+60
* gatt: Remove offset parameter from gatt_read_charJefferson Delfes2012-10-011-14/+2
* gatttool: Fix Characteristic descriptor discoveryClaudio Takahasi2012-09-201-9/+13
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-2/+1
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-1/+1
* gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria2012-08-151-1/+1
* gatttool: Use GAttrib bufferClaudio Takahasi2012-06-271-2/+4
* ATT: Avoid invalid memory access for large PDUClaudio Takahasi2012-06-271-2/+4
* gatttool: Add option to specify LE address typeAndrzej Kaczmarek2012-05-071-4/+13
* gatttool: Fix handle parsing in cmd_char_write()Andrzej Kaczmarek2012-04-261-2/+2
* gatttool: Update interactive prompt if connection is lostJefferson Delfes2012-03-281-12/+27
* GATT: Replace start/end with att_rangeChen Ganir2012-03-261-1/+1
* GATT: Rename service and char structsChen Ganir2012-03-261-2/+2
* gatttool: Add command completion for interactive modeJefferson Delfes2012-02-291-0/+28
* Add "quit" to gatttool supported commandsJohan Hedberg2011-06-081-0/+2