summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-30core: Fix checking for g_attrib_new failureJohan Hedberg1-0/+5
2013-12-27shared: Add support simple HCI handling functionsMarcel Holtmann2-0/+599
2013-12-27shared: Add simple queue handling functionsMarcel Holtmann2-0/+312
2013-12-27shared: Add pointer and memory macrosMarcel Holtmann1-0/+13
2013-12-16hciemu: Print error in case hci_vhci is not loadedAndrei Emeltchenko1-0/+2
2013-12-16hciemu: Make code consistentAndrei Emeltchenko1-1/+1
2013-12-10core: Fix leaking disconnect messageLuiz Augusto von Dentz1-0/+3
2013-12-10core: Fix not replying to DisconnectProfileLuiz Augusto von Dentz1-3/+6
2013-12-10core: Remove useless eir parsing function return valueAndrei Emeltchenko3-12/+5
2013-12-10core: Remove not needed struct adapter_keysSzymon Janc1-13/+8
2013-12-10core: Fix crash due to agent callback freeing the agentSzymon Janc1-0/+4
2013-12-07device: When the Class changes, Icon might tooBastien Nocera1-0/+2
2013-12-03core: Rename device_is_connected to btd_device_is_connectedSzymon Janc3-7/+7
2013-11-27device: Add device_discover_services functionSzymon Janc2-0/+19
2013-11-27Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc4-14/+14
2013-11-27Rename adapter_get_address to btd_adapter_get_addressSzymon Janc5-27/+28
2013-11-27Rename device_get_uuids to btd_device_get_uuidsSzymon Janc3-3/+3
2013-11-27Rename device_device_set_name to btd_device_device_set_nameSzymon Janc3-4/+4
2013-11-27Rename device_set_trusted to btd_device_set_trustedSzymon Janc2-3/+3
2013-11-27Rename device_set_temporary to btd_device_set_temporarySzymon Janc3-14/+14
2013-11-27Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc2-12/+18
2013-11-27core: Export some symbols from libbluetoothSzymon Janc1-0/+2
2013-11-27core: Fix protecting from agent callback freeing the agentJohan Hedberg1-0/+5
2013-11-27core: Fix checking for removed authorization in agent_auth_cbJohan Hedberg1-2/+5
2013-11-21core: Fix missing NULL check for msgJohan Hedberg1-1/+2
2013-11-19profile: Add missing browse group to MAS, MNS and SYNC recordsSzymon Janc1-0/+15
2013-11-14core: Do not change service state in btd_service_connect if it failsLuiz Augusto von Dentz1-5/+3
2013-11-12core: Do not attempt to connect if adapter is not poweredLuiz Augusto von Dentz1-2/+12
2013-11-12core: Rename attio_error_cb to avoid conflicts with error()Johan Hedberg1-5/+5
2013-11-06adapter: Move MGMT_VERSION macro to mgmt.hSzymon Janc2-1/+2
2013-10-22core: Fix crash while processing SDP recordsLuiz Augusto von Dentz1-15/+7
2013-10-22core: Remove NET_RAW from list of required capabilitiesJohan Hedberg1-1/+1
2013-10-21core: Fix not forwarding errors caused by SDP search properlyLuiz Augusto von Dentz1-3/+4
2013-10-18core: Fix typo in adapter.c commentsClaudio Takahasi1-7/+7
2013-10-18core: Remove unneeded includes in device.cClaudio Takahasi1-3/+0
2013-10-18core: Remove leftover adapter_get_default()Claudio Takahasi1-1/+0
2013-10-18core: Fix missing adapter address typeClaudio Takahasi1-0/+1
2013-10-10Don't register Device ID record on sdp server startSzymon Janc2-5/+4
2013-10-09lib/sdp: Replace VIDEO_CONF_SVCLASS_ID with AV_REMOTE_CONTROLLER_SVCLASS_IDLuiz Augusto von Dentz1-1/+0
2013-10-09core/profile: Fix MNS record versionLuiz Augusto von Dentz1-1/+2
2013-10-03plugin: handle ENOSYS as not-supportedDavid Herrmann1-3/+10
2013-10-02sdp: Check for correct pkt size received instead of errorAndrei Emeltchenko1-1/+1
2013-09-23core: Remove not needed sdp_init_services_list functionSzymon Janc3-25/+0
2013-09-23adapter: Handle removing of SDP recordsSzymon Janc6-20/+16
2013-09-23adapter: Handle adding new SDP recordsSzymon Janc5-22/+25
2013-09-23adapter: Insert DeviceID record if setting DeviceID data to controllerSzymon Janc1-1/+5
2013-09-20core: Fix passing timeout when disabling discoverable modeJohan Hedberg1-1/+2
2013-09-18sdp: Check correct number of bytes received in recvAndrei Emeltchenko1-1/+1
2013-09-15core: Remove legacy parsing of OUI databaseMarcel Holtmann1-67/+1
2013-09-13core: Minor whitespace fixSzymon Janc1-4/+4