summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core/service: Add btd_service_reconnectLuiz Augusto von Dentz2016-03-112-0/+35
* core/adapter: Check if service is blocked before authorizingLuiz Augusto von Dentz2016-01-281-0/+5
* core/device: Add device_is_service_blockedLuiz Augusto von Dentz2016-01-282-0/+29
* core/profile: Add authorization UUID information to btd_profileLuiz Augusto von Dentz2016-01-281-0/+1
* core/service: Add btd_service_is_blockedLuiz Augusto von Dentz2016-01-282-0/+6
* core/service: Add btd_service_set_blockedLuiz Augusto von Dentz2016-01-282-0/+8
* core/device: Use service auto_connect flagLuiz Augusto von Dentz2016-01-281-3/+1
* core/service: Add btd_service_get_auto_connectLuiz Augusto von Dentz2016-01-282-0/+6
* core/service: Add btd_service_set_auto_connectLuiz Augusto von Dentz2016-01-282-0/+9
* core/service: Return required version in btd_service_get_versionLuiz Augusto von Dentz2016-01-281-1/+4
* core/profile: Add version information to btd_profileLuiz Augusto von Dentz2016-01-281-0/+1
* core/service: Add btd_service_get_versionLuiz Augusto von Dentz2016-01-282-0/+24
* core: Make device_get_path publicLuiz Augusto von Dentz2016-01-286-23/+24
* core/device: Fix not emitting GattServicesLuiz Augusto von Dentz2015-12-011-3/+3
* agent: Change default IO capability to KeyboardDisplayJohan Hedberg2015-11-251-1/+1
* core: Fix replying with an error for connected profileLuiz Augusto von Dentz2015-11-232-2/+7
* shared/att: Use smaller definesLuiz Augusto von Dentz2015-11-134-12/+12
* shared/att: Fix going over 80 columnsLuiz Augusto von Dentz2015-11-131-6/+6
* core/device: Fix not responding to ConnectLuiz Augusto von Dentz2015-11-131-1/+1
* core/gatt-client: Fix warning when removing servicesLuiz Augusto von Dentz2015-11-121-0/+1
* core: Use daemon specific GLib logging handling for backtracesMarcel Holtmann2015-11-111-0/+19
* core: Add function for logging with priority informationMarcel Holtmann2015-11-112-0/+19
* shared/gatt-client: Don't reset database on service changedLuiz Augusto von Dentz2015-11-101-0/+5
* shared/mgmt: Fix crash when removing indexLuiz Augusto von Dentz2015-11-101-8/+58
* core: Fix broken #ifdef around backtrace supportMarcel Holtmann2015-11-091-5/+1
* core: Initialize the backtracer early on at startMarcel Holtmann2015-11-093-2/+21
* core/profile: Fix possible crash when registering profilesLuiz Augusto von Dentz2015-11-081-12/+2
* shared/queue: Remove reference count from queue_entryLuiz Augusto von Dentz2015-11-082-31/+6
* core: Add missing HAVE_CONFIG_H for shared GATT codeMarcel Holtmann2015-11-083-0/+12
* core: Use local assert function where possibleMarcel Holtmann2015-11-082-6/+7
* core: Add support for basic stack backtrace helperMarcel Holtmann2015-11-082-0/+158
* core: Start SDP server only for BR/EDR or dual mode operationMarcel Holtmann2015-11-082-9/+13
* core: Use constant for logging ident string and its lengthMarcel Holtmann2015-11-081-7/+8
* btsnoop: Add constants for Bluetooth monitor fieldsMarcel Holtmann2015-11-081-0/+20
* btsnoop: Update file format identifiers for trace filesMarcel Holtmann2015-11-082-27/+27
* monitor: Do not abort user logging for invalid index messagesMarcel Holtmann2015-11-081-3/+6
* core: Use adapter->dev_id for adapter specific loggingMarcel Holtmann2015-11-081-124/+223
* core: Add logging functions for controller specific messagesMarcel Holtmann2015-11-082-15/+75
* monitor: Use cleaner decoding for system note and user logging packetsMarcel Holtmann2015-11-081-0/+5
* core: Add support for user logging with ident informationMarcel Holtmann2015-11-081-5/+12
* core: Use common logging function for daemon versionMarcel Holtmann2015-11-081-1/+1
* core: Add support for logging output to HCI_CHANNEL_LOGGINGMarcel Holtmann2015-11-071-4/+115
* monitor: Add support for decoding user logging packetsMarcel Holtmann2015-11-071-0/+1
* monitor: Add support for system note packet typeMarcel Holtmann2015-11-072-20/+31
* shared/gatt-client: Fix use after freeLuiz Augusto von Dentz2015-11-061-11/+11
* btsnoop: Identify pklg vendor diagnostic packetsMarcel Holtmann2015-11-061-0/+2
* core/service: Fix failing to connect external profileLuiz Augusto von Dentz2015-11-021-1/+1
* core: Remove dead codeSzymon Janc2015-10-303-173/+0
* shared: Remove dead codeSzymon Janc2015-10-3018-395/+1
* shared: Make new0 abort on failureSzymon Janc2015-10-302-1/+29