summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: Fix leaking disconnect messageLuiz Augusto von Dentz2013-12-101-0/+3
* core: Fix not replying to DisconnectProfileLuiz Augusto von Dentz2013-12-101-3/+6
* core: Remove useless eir parsing function return valueAndrei Emeltchenko2013-12-103-12/+5
* core: Remove not needed struct adapter_keysSzymon Janc2013-12-101-13/+8
* core: Fix crash due to agent callback freeing the agentSzymon Janc2013-12-101-0/+4
* device: When the Class changes, Icon might tooBastien Nocera2013-12-071-0/+2
* core: Rename device_is_connected to btd_device_is_connectedSzymon Janc2013-12-033-7/+7
* device: Add device_discover_services functionSzymon Janc2013-11-272-0/+19
* Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc2013-11-274-14/+14
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-275-27/+28
* Rename device_get_uuids to btd_device_get_uuidsSzymon Janc2013-11-273-3/+3
* Rename device_device_set_name to btd_device_device_set_nameSzymon Janc2013-11-273-4/+4
* Rename device_set_trusted to btd_device_set_trustedSzymon Janc2013-11-272-3/+3
* Rename device_set_temporary to btd_device_set_temporarySzymon Janc2013-11-273-14/+14
* Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc2013-11-272-12/+18
* core: Export some symbols from libbluetoothSzymon Janc2013-11-271-0/+2
* core: Fix protecting from agent callback freeing the agentJohan Hedberg2013-11-271-0/+5
* core: Fix checking for removed authorization in agent_auth_cbJohan Hedberg2013-11-271-2/+5
* core: Fix missing NULL check for msgJohan Hedberg2013-11-211-1/+2
* profile: Add missing browse group to MAS, MNS and SYNC recordsSzymon Janc2013-11-191-0/+15
* core: Do not change service state in btd_service_connect if it failsLuiz Augusto von Dentz2013-11-141-5/+3
* core: Do not attempt to connect if adapter is not poweredLuiz Augusto von Dentz2013-11-121-2/+12
* core: Rename attio_error_cb to avoid conflicts with error()Johan Hedberg2013-11-121-5/+5
* adapter: Move MGMT_VERSION macro to mgmt.hSzymon Janc2013-11-062-1/+2
* core: Fix crash while processing SDP recordsLuiz Augusto von Dentz2013-10-221-15/+7
* core: Remove NET_RAW from list of required capabilitiesJohan Hedberg2013-10-221-1/+1
* core: Fix not forwarding errors caused by SDP search properlyLuiz Augusto von Dentz2013-10-211-3/+4
* core: Fix typo in adapter.c commentsClaudio Takahasi2013-10-181-7/+7
* core: Remove unneeded includes in device.cClaudio Takahasi2013-10-181-3/+0
* core: Remove leftover adapter_get_default()Claudio Takahasi2013-10-181-1/+0
* core: Fix missing adapter address typeClaudio Takahasi2013-10-181-0/+1
* Don't register Device ID record on sdp server startSzymon Janc2013-10-102-5/+4
* lib/sdp: Replace VIDEO_CONF_SVCLASS_ID with AV_REMOTE_CONTROLLER_SVCLASS_IDLuiz Augusto von Dentz2013-10-091-1/+0
* core/profile: Fix MNS record versionLuiz Augusto von Dentz2013-10-091-1/+2
* plugin: handle ENOSYS as not-supportedDavid Herrmann2013-10-031-3/+10
* sdp: Check for correct pkt size received instead of errorAndrei Emeltchenko2013-10-021-1/+1
* core: Remove not needed sdp_init_services_list functionSzymon Janc2013-09-233-25/+0
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-236-20/+16
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-235-22/+25
* adapter: Insert DeviceID record if setting DeviceID data to controllerSzymon Janc2013-09-231-1/+5
* core: Fix passing timeout when disabling discoverable modeJohan Hedberg2013-09-201-1/+2
* sdp: Check correct number of bytes received in recvAndrei Emeltchenko2013-09-181-1/+1
* core: Remove legacy parsing of OUI databaseMarcel Holtmann2013-09-151-67/+1
* core: Minor whitespace fixSzymon Janc2013-09-131-4/+4
* shared/hciemu: Fix sending a proper vhci create request for new kernelsJohan Hedberg2013-09-121-0/+14
* profile: Remove support for Cancel methodDenis Kenzior2013-09-111-18/+0
* shared: Check HCI packet type before sending it to btdevMarcel Holtmann2013-09-111-2/+8
* codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko2013-09-111-1/+1
* core: Make use of g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-092-8/+8
* core: Fix emitting empty Device1.UUIDs propertyLuiz Augusto von Dentz2013-09-031-1/+3