OSDN Git Service

device: Fix invalid memory access when removing a device
[android-x86/external-bluetooth-bluez.git] / src / device.c
2016-05-12 Vinicius Costa Gomesdevice: Fix invalid memory access when removing a device
2016-04-29 Luiz Augusto von... doc/settings-storage: Add alternative format for descri...
2016-04-29 Luiz Augusto von... core/device: Fix not storing GATT attributes
2016-04-29 Luiz Augusto von... core/device: Remove code related to GattServices
2016-04-22 Łukasz Rymanowskishared/gatt-db: Extend gatt_db_attribute_get_char_data...
2016-04-12 Jakub Pawlowskicore/device: Fix breakage of Bluetooth pairing
2016-03-15 Luiz Augusto von... core/device: Make sure ServicesResolved is triggered...
2016-03-14 Luiz Augusto von... doc/device-api: Replace GattServices with ServicesDisco...
2016-02-15 Luiz Augusto von... core/device: Fix not clearing Attributes before storing
2016-02-15 Luiz Augusto von... core/device: Fix not reseting database if attributes...
2016-02-15 Luiz Augusto von... core/device: Fix log when loading characteristic fails
2015-12-01 Luiz Augusto von... core/device: Fix not emitting GattServices
2015-11-23 Luiz Augusto von... core: Fix replying with an error for connected profile
2015-11-13 Luiz Augusto von... core/device: Fix not responding to Connect
2015-10-26 Luiz Augusto von... core/device: Fix not claiming attributes of drivers
2015-10-23 Jakub Pawlowskicore/device: Fix build on some platforms
2015-10-22 Luiz Augusto von... core/device: Be consistent with function names
2015-10-22 Luiz Augusto von... core/device: Fix not calling accept callback
2015-10-21 Johan Hedbergcore: Fix double ATT connect() upon failure
2015-10-19 Luiz Augusto von... core/device: Fix crash when disconnecting
2015-10-08 Jakub Pawlowskicore/device: Fix disconnect for connect attempt
2015-09-16 Jakub Pawlowskicore/device: Store services when they change or after...
2015-09-08 Luiz Augusto von... core/device: Only reload database if empty
2015-09-08 Luiz Augusto von... core/gatt: Fix not able to read/write on reconnections
2015-09-07 Jakub Pawlowskisrc/device: gatt database persistence
2015-09-03 Luiz Augusto von... core/gatt: Cleanup service probe
2015-09-02 Luiz Augusto von... core/gatt: Fix not setting auto connect flag
2015-07-29 Luiz Augusto von... core/device: Fix not emitting Paired property
2015-06-26 Luiz Augusto von... core: Fix accepting connections while disconnecting
2015-06-26 Luiz Augusto von... core/device: Fix not always storing SDP records
2015-06-26 Luiz Augusto von... core/device: Don't overwrite SDP record cache
2015-06-11 Luiz Augusto von... shared/gatt-client: Speed up discovery
2015-05-19 Mariusz Skamrashared/att: Add ext_signed flag to be able to use exter...
2015-05-05 Arman Uguraycore/device: Implement GattServices property
2015-04-23 Jakub Pawlowskicore: Add implementation of TxPower
2015-04-17 Luiz Augusto von... core: Add implementation of ServiceData
2015-04-17 Luiz Augusto von... core: Add implementation of ManufacturerData
2015-04-10 Luiz Augusto von... core/device: Fix memory leak
2015-03-31 Jakub Pawlowskicore/device: Introduce device_set_rssi_with_delta
2015-03-18 Luiz Augusto von... core/device: Enable bt_gatt_server debug
2015-03-18 Luiz Augusto von... core/device: Enable bt_gatt_client debug
2015-03-17 Luiz Augusto von... core: Make device_set_bonded reset temporary flag
2015-03-17 Luiz Augusto von... core/device: Convert temporary flag to bool
2015-03-17 Luiz Augusto von... core/device: Fix btd_device_set_temporary
2015-03-15 Luiz Augusto von... core/device: Remove call to g_attrib_set_mtu
2015-03-15 Luiz Augusto von... core/device: Fix not handling notification
2015-03-11 Johan Hedbergcore: Add mapping from 'Already Paired' status to D...
2015-03-01 Marcel Holtmanncore: Use local libbluetooth includes
2015-02-26 Luiz Augusto von... core/device: Update storage if CSRK counter change
2015-02-26 Luiz Augusto von... core/device: Set Local/Remote CSRK
2015-02-26 Luiz Augusto von... core: Load CSRK from storage
2015-02-18 Arman Uguraycore: device: Add getter for GATT server
2015-02-18 Arman Uguraycore: Attach gatt-server to bt_att
2015-02-02 Arman Uguraycore/gatt: Keep objects over disconnects
2015-02-02 Arman Uguraycore/device: Don't check ready in service_removed
2015-01-28 Arman Uguraycore/device: Fix bug in device_browse_gatt
2015-01-23 Luiz Augusto von... core/device: Fix crash on remove
2015-01-20 Luiz Augusto von... core/device: Cleanup device_svc_resolved code
2015-01-19 Luiz Augusto von... core/device: Fix not replying to Pair
2015-01-16 Luiz Augusto von... core/device: Don't remove invalid UUID
2015-01-16 Arman Uguraycore/gatt: Use "claimed" instead of "active"
2015-01-16 Arman Uguraycore/device: Fix GATT profile probing
2015-01-15 Arman Uguraycore: device: Fix device_browse_gatt
2015-01-15 Arman Uguraycore: device: Fix connect bearer selection
2015-01-14 Johan Hedbergcore: Fix missing check for g_slist_find_custom() looku...
2015-01-12 Luiz Augusto von... core: Use static for local variables
2015-01-12 Arman Uguraycore/gatt: Handle Service Changed
2015-01-06 Luiz Augusto von... core/device: Fix memory leak
2014-12-29 Luiz Augusto von... core/gatt: Don't export claimed services
2014-12-23 Arman Uguraycore/gatt: Introduce gatt-client
2014-12-19 Arman Uguraycore/device: Make profile calls in GATT events
2014-12-19 Arman Uguraycore/device: Add getters for GATT db and client
2014-12-19 Arman Uguraycore/device: Don't disconnect if attios not set
2014-12-15 Arman Uguraycore: Use gatt_db service callbacks
2014-12-15 Arman Uguraycore: Rename device_attach_attrib
2014-12-15 Arman Uguraycore/device: Use shared/gatt-client for GATT
2014-12-15 Arman Uguraycore: device: Use bt_att_register_disconnect.
2014-12-02 Biman Paulcore/device: Store info in btd_device_set_temporary
2014-11-03 Johan Hedbergcore: Remove unnecessary LE connect for kernels that...
2014-11-03 Michael Janssenattrib: Add mtu argument to g_attrib_new
2014-10-30 Luiz Augusto von... Revert "core: Fix unnecessary calls to agent_cancel()"
2014-09-11 Szymon Janccore: Remove not used device_set_conn_param function
2014-08-05 Luiz Augusto von... core: Fix Device1.Disconnect not always disabling auto...
2014-08-01 Luiz Augusto von... core: Fix code style
2014-07-28 Johan Hedbergcore: Default to temporary=true when creating new devices
2014-07-16 Johan Hedbergcore: Add non-temporary BR/EDR devices to the kernel...
2014-07-16 Johan Hedbergcore: Fix unblocking all transports for dual-mode devices
2014-07-11 Johan Hedbergcore: Refactor dirent type getter to a shared function
2014-07-11 Johan Hedbergcore: Fix filename contruction with PATH_MAX and snprintf
2014-07-02 Johan Hedbergcore: Add device API for setting connection parameters
2014-07-01 Johan Hedbergcore: Fix calling adapter_auto_connect_add when connected
2014-07-01 Johan Hedbergcore: Always elevate LE security level if LTK is available
2014-06-30 Marcel Holtmanncore: Add separate functions for auto-connect kernel...
2014-06-30 Johan Hedbergcore: Fix attio notification for server connections
2014-06-23 Andrei Emeltchenkocore: Fix using address of array instead of size
2014-06-04 Andrzej Kaczmarekcore: Fix cleaning pending services when ACL connection...
2014-05-19 Szymon Janccore: Improve handling of unpaired event
2014-05-15 Johan Hedbergcore: Make use of device_set_[bearer]_support functions
2014-05-15 Johan Hedbergcore: Fix matching based on public address regardless...
2014-05-15 Johan Hedbergcore: Add API to set LE support for a device
next