OSDN Git Service

hciattach_rtk: fix cast-align errors
[android-x86/external-bluetooth-bluez.git] / attrib /
2015-05-19 Mariusz Skamrashared/att: Add ext_signed flag to be able to use exter...
2015-03-15 Luiz Augusto von... attrib: Fix not honoring MTU
2015-03-01 Marcel Holtmannattrib: Fix local libbluetooth includes order
2015-03-01 Marcel Holtmannattrib: Use local libbluetooth includes
2015-02-27 Lukasz Rymanowskiattrib/gatt: Improve robustness when searching for...
2015-02-27 Lukasz Rymanowskiattrib/gatt: Improve robustness when searching for...
2015-02-27 Lukasz Rymanowskiattrib/gatt: Minor refactor in desc_discovered_cb
2015-02-27 Lukasz Rymanowskiattrib/gatt: Improve robustness when searching for...
2015-02-27 Lukasz Rymanowskiattrib/gatt: Minor refactor in char_discovered_cb
2015-02-27 Lukasz Rymanowskiattrib/gatt: Improve robustness on search primary services
2015-02-18 Marcel Holtmannattrib: Add explicit include for lib/bluetooth.h
2015-02-13 Bharat Pandaattrib: Fix condition check for attr delete
2015-01-12 Luiz Augusto von... attrib: Fix not disconnecting
2014-12-29 Luiz Augusto von... attrib: Fix warning when closing connection
2014-12-19 Lukasz Rymanowskiattrib/gattrib: Add tracking all the internal request id
2014-12-18 Lukasz Rymanowskiattrib/gatt: Fix for search services
2014-12-18 Lukasz Rymanowskiattrib/gattrib: Add track for request ids
2014-12-15 Arman Ugurayattrib/gattrib: Add g_attrib_get_att
2014-12-15 Lukasz Rymanowskiattrib/gatt: Fix minor coding style
2014-12-10 Lukasz Rymanowskiattrib/gatt: Minor coding style fix
2014-12-10 Lukasz Rymanowskiattrib/gatt: Fix for attrib ref
2014-12-09 Arman Ugurayattrib: Check if attrib is NULL in functions
2014-12-08 Szymon Jancattrib: List all enum values in switch
2014-12-03 Jakub Tyszkowskigattrib: Fix not changing the buffer size when mtu...
2014-12-01 Jakub Tyszkowskigattrib: Fix not setting att's mtu size in g_attrib_new()
2014-11-17 Michael JanssenGATT shim to src/shared bt_att
2014-11-06 Michael Janssengattrib: Remove unused GATTRIB_ALL_EVENTS
2014-11-03 Michael Janssenattrib: fix GATTRIB_ALL_REQS behavior
2014-11-03 Michael Janssenattrib: remove g_attrib_is_encrypted
2014-11-03 Michael Janssenattrib: Add mtu argument to g_attrib_new
2014-10-31 Michael Janssenattrib: Remove MTU-probing code
2014-10-31 Michael JanssenRemove unused g_attrib_set_debug function
2014-08-01 Andrei Emeltchenkoattrib: Fix memory leak
2014-07-18 Marcin Kraglakattrib: Fix discovering descriptors
2014-05-30 Lukasz Rymanowskiandroid/gatt: Fix signed write command encoding
2014-05-27 Jakub Tyszkowskiattrib: Fix minor whitespace issue
2014-05-26 Lukasz Rymanowskiattrib: Add wrapper to send signed write command
2014-05-26 Lukasz Rymanowskiattrib: Add helpers to enc and dec signed write command
2014-05-05 Andrzej Kaczmarekgatt: Remove gatt_discover_char_desc
2014-05-05 Andrzej Kaczmarekattrib: Discover descriptors using gatt_discover_desc
2014-05-05 Andrzej Kaczmarekattrib: Add simpler call for descriptors discovery
2014-04-23 Lukasz Rymanowskiattrib: Expose write execute
2014-04-23 Lukasz Rymanowskiattrib: Add API for reliable write
2014-04-03 Claudio Takahasiattrib: Improve Attribute Data length checking
2014-03-28 Jakub Tyszkowskiattrib/gatttool: Use define for UUID format check
2014-03-28 Jakub Tyszkowskiattrib: Use const source data pointer for write
2014-03-25 Claudio Takahasiattrib: Remove att_get_* and att_put_* helpers
2014-03-25 Claudio Takahasigatt: Move Characteristic properties to attrib/gatt.h
2014-03-24 Claudio Takahasiattrib: Minor code optimization
2014-03-24 Claudio TakahasiReplace att_put_u16() by put_le16()
2014-03-24 Claudio TakahasiReplace att_put_uuid() by util.h helpers
2014-03-24 Claudio TakahasiReplace att_get_uuid128() by bswap_128()
2014-03-24 Claudio TakahasiReplace att_get_u16() by get_le16()
2014-03-24 Claudio TakahasiReplace att_get_uuid16() by get_le16()
2014-03-24 Claudio TakahasiReplace att_put_uuid16() by put_le16()
2014-03-24 Claudio Takahasiattrib: Use LE helpers defined in src/shared/util.h
2014-03-24 Claudio Takahasiattrib: Remove unneeded sdp.h header include
2014-03-20 Johan Hedbergattrib: Fix gatt_primary leaks when a failure occurs
2014-03-19 Johan Hedbergattrib: Use destroy notify for included query
2014-03-19 Johan Hedbergattrib: Fix potential leaks with primary discovery...
2014-03-19 Johan Hedberggattrib: Fix pending command handling when getting...
2014-03-19 Johan Hedbergcore: Fix memory leaks with struct discover_char
2014-02-24 Claudio Takahasilib: Move GATT UUID to uuid.h
2014-01-26 Marcel Holtmannattrib: Make btio/btio.h include local
2014-01-26 Marcel Holtmannattrib: Use full include path for header files
2014-01-11 Anderson Lizardoattrib: Add extra PDU checks when decoding Read by...
2014-01-11 Anderson Lizardoattrib: Fix PDU length check for Read by Type Request
2014-01-11 Anderson Lizardoattrib: Reject incomplete PDU in dec_find_by_type_resp()
2014-01-11 Anderson Lizardoattrib: Remove unnecessary local variables from dec_fin...
2014-01-11 Anderson Lizardoattrib: Remove unnecessary NULL checks on dec_find_by_t...
2014-01-11 Anderson Lizardoattrib: Add extra PDU checks when decoding Read by...
2014-01-11 Anderson Lizardoattrib: Fix PDU length check for Read by Group Type...
2014-01-11 Anderson Lizardoattrib: Remove unnecessary checks for PDU length on...
2014-01-11 Anderson Lizardoattrib: Use att_put_u16() instead of htobs() + memcpy()
2014-01-11 Anderson Lizardoattrib: Modify gatt_cb_t signature
2013-09-11 Andrei Emeltchenkocodingstyle: Change __FUNCTION__ to __func__
2013-07-30 Dirk-Jan C. Binnemaattrib: Add support for 128-bit characteristic UUIDs...
2013-07-30 Dirk-Jan C. Binnemaattrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16
2013-07-30 Dirk-Jan C. Binnemaattrib: Update gatt_service_add size assert for dealing...
2013-07-24 Anderson Lizardoattrib: Reduce scope of variable declarations in char_d...
2013-07-24 Anderson Lizardoattrib: Allow dec_read_resp() to just check if PDU...
2013-07-24 Alvaro Silvaattrib: Add encode/decode execute write support
2013-07-24 Alvaro Silvaattrib: Add encode/decode prepare write support
2013-07-24 Alvaro Silvaattrib: Remove unused parameter from enc_write_resp()
2013-07-24 Eder Ruiz Mariaattrib: Fix coding style for various enc_*/dec_* functions
2013-07-24 Anderson Lizardoattrib: Simplify prepare_write()
2013-07-24 Anderson Lizardoattrib: Fix coding style in prepare_write_cb()
2013-07-24 Anderson Lizardoattrib: Do not use Write Command in gatt_write_char()
2013-07-24 Anderson Lizardoattrib: Rename gatt_find_info() to gatt_discover_char_d...
2013-07-24 Eder Ruiz Mariagatttool: Remove unused code
2013-07-19 Sathish Narasimmanattrib: Fix interactive gatttool segfault
2013-06-07 Johan Hedbergattrib: Use GAttrib destroy callback for included search
2013-05-17 Johan Hedbergcore: Always specify local LE address type with btio
2013-05-02 Lucas De Marchiattrib: Get rid of gchar
2013-05-01 Lucas De Marchiattrib: Get rid of gint
2013-04-24 Jefferson Delfesattrib: Change match_event return type from gboolean
2013-04-24 Jefferson Delfesattrib: Change is_response return type from gboolean
2013-04-24 Jefferson Delfesattrib: Change command->sent type from gboolean
2013-04-24 Jefferson Delfesattrib: Change GAttrib->stale type from gboolean
2013-04-24 Jefferson Delfesattrib: Simplify boolean tests
next