summaryrefslogtreecommitdiff
path: root/profiles
Commit message (Expand)AuthorAgeFilesLines
* audio/player: Fix properties Browsable/SearchableLuiz Augusto von Dentz2014-04-231-3/+3
* input: Use proper bool type for boolean variableJohan Hedberg2014-04-051-7/+7
* input: Refactor HIDP kernel module interactionPetri Gynther2014-04-051-53/+64
* input: Fix input.conf IdleTimeout handlingPetri Gynther2014-04-051-7/+6
* Remove unneeded headers includeClaudio Takahasi2014-04-042-3/+0
* proximity: Remove att_put_u8() usageClaudio Takahasi2014-03-251-1/+1
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-257-22/+22
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-247-23/+25
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-247-31/+36
* Replace att_put_u32() by put_le32()Claudio Takahasi2014-03-241-1/+1
* Replace att_get_u32() by get_le32()Claudio Takahasi2014-03-242-2/+4
* Replace bt_put_be64() by put_be64()Claudio Takahasi2014-03-241-4/+4
* Replace bt_put_be32() by put_be32()Claudio Takahasi2014-03-241-2/+2
* Replace bt_put_be16() by put_be16()Claudio Takahasi2014-03-242-7/+7
* Replace bt_get_be64() by get_be64()Claudio Takahasi2014-03-241-3/+3
* Replace bt_get_be32() by get_be32()Claudio Takahasi2014-03-242-8/+8
* Replace bt_get_be16() by get_be16()Claudio Takahasi2014-03-243-18/+20
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-224-5/+7
* Replace bt_get_le64() by get_le64()Claudio Takahasi2014-03-211-1/+2
* bnep: avoid use of caddr_tNatanael Copa2014-03-141-2/+2
* audio/player: Use proper errors instead of using .FailedLuiz Augusto von Dentz2014-03-131-19/+10
* hog: Fill ev.u.create.{phys,uniq} for UHID_CREATEPetri Gynther2014-03-071-0/+3
* hog: Remove hog_device.namePetri Gynther2014-03-071-9/+5
* input: Remove input_device.namePetri Gynther2014-03-071-9/+2
* alert: Only remove attio callback after ATT request was sentAnderson Lizardo2014-03-051-1/+17
* AVCTP: Fix sending wrong response formatLuiz Augusto von Dentz2014-03-041-2/+2
* audio: Update code for set_company_id functionMarcel Holtmann2014-03-011-4/+4
* core: Split LE and BR/EDR states for devicesJohan Hedberg2014-02-211-1/+3
* hog: Use HoG device name as uHID input device namePetri Gynther2014-02-191-1/+9
* core: Fix device_get_name() to always null-terminate what it returnsPetri Gynther2014-02-191-1/+1
* health: Fix HealthDevice dbus registrationAndre Guedes2014-02-171-1/+2
* avrcp: Fix sending invalid attributes in GetCurrentPlayerValueLuiz Augusto von Dentz2014-02-112-9/+19
* avrcp: Fix using incorrect buffer for SetVolumeAndrei Emeltchenko2014-02-111-1/+1
* bnep: Calculate ifindex after NULL checkAndrei Emeltchenko2014-02-101-1/+3
* profiles/network: Allow to pass interface name to bnep_newSzymon Janc2014-02-073-4/+10
* profiles/network: Use interface name passed to bnep_connaddSzymon Janc2014-02-072-2/+7
* audio/AVCTP: Lookup key name from key_map tableLuiz Augusto von Dentz2014-02-051-29/+9
* audio/AVCTP: Add keys that can be mapped to uinputLuiz Augusto von Dentz2014-02-052-0/+57
* audio/AVRCP: Fix checking for handler pointer instead of pdu_idLuiz Augusto von Dentz2014-02-051-4/+4
* avrcp: Fix printing order for browsing avrcp headerAndrei Emeltchenko2014-02-021-1/+1
* avrcp: Fix printing incorrect order for avrcp control headerAndrei Emeltchenko2014-02-021-2/+2
* audio/AVRCP: Fix not setting playable flag for folderLuiz Augusto von Dentz2014-02-021-1/+10
* audio/AVRCP: Fix using the wrong octet for folder typeLuiz Augusto von Dentz2014-02-021-1/+1
* audio/player: Fix using invalid end indexLuiz Augusto von Dentz2014-02-021-1/+2
* audio/AVRCP: Fix crash when player target is not initializedLuiz Augusto von Dentz2014-01-301-17/+25
* audio/AVRCP: Fix not freeing pending_pdu if session is detroyedLuiz Augusto von Dentz2014-01-291-0/+2
* avctp: Fix wrong error messageAndrei Emeltchenko2014-01-291-1/+1
* avctp: Use predefined HEADER_LENGTH instead of sizeofAndrei Emeltchenko2014-01-291-6/+6
* avctp: trivial: Do not break short lineAndrei Emeltchenko2014-01-291-2/+1
* avctp: Use already calculated avc headerAndrei Emeltchenko2014-01-291-1/+1