summaryrefslogtreecommitdiff
path: root/android/hidhost.c
Commit message (Expand)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-1/+2
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* lib: Move HOG UUID definitionManish Mandlik2020-06-161-2/+0
* input/hog-lib: Add support to gatt-dbLuiz Augusto von Dentz2016-12-291-0/+4
* hog: Move code from android to profilesLuiz Augusto von Dentz2015-11-131-1/+1
* android/hidhost: Fix connecting HOGP over BREDRMariusz Skamra2015-05-221-1/+1
* android/hog: Allow to pass custom fd for uhidSzymon Janc2015-03-161-1/+1
* android/bluetooth: Remove address type from BT callbacksSzymon Janc2015-03-051-1/+1
* android/hidhost: Fix logical vs bitwise operationAndrei Emeltchenko2014-11-241-1/+1
* android/hidhost: Support handshake messageJakub Tyszkowski2014-11-201-2/+30
* android/hidhost: Remove reconnect logicLukasz Rymanowski2014-09-051-19/+7
* android/hidhost: Fix indentationJakub Tyszkowski2014-09-041-1/+1
* android/hidhost: Allow to use cached dev when connectingLukasz Rymanowski2014-09-021-5/+6
* android/hidhost: Remove invalid connecting state notificationLukasz Rymanowski2014-09-021-3/+1
* android/hidhost: Add remove bond handlingLukasz Rymanowski2014-08-291-0/+25
* android/hid: Force encryption for keyboardsJakub Tyszkowski2014-08-271-3/+23
* android/hid: Reject connections from unknown devicesJakub Tyszkowski2014-08-271-9/+24
* anroid/hidhost: Set security to MEDIUM after connectMarcin Kraglak2014-07-301-0/+5
* android/hidhost: Use bt_hog_send_report in bt_hid_set_reportSzymon Janc2014-07-021-1/+12
* android/hidhost: Add hid_device_new helper functionLuiz Augusto von Dentz2014-06-251-12/+15
* android/hidhost: Fix adding hidhost device on devices listGrzegorz Kolodziejczyk2014-06-241-2/+3
* android/hidhost: Add support for re-connecting HoGLuiz Augusto von Dentz2014-06-131-0/+24
* android/hidhost: Add support for HoGLuiz Augusto von Dentz2014-06-131-1/+115
* android/hidhost: Rework uHID code to use bt_uhidLuiz Augusto von Dentz2014-05-301-122/+21
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-21/+40
* android/hidhost: Remove not needed local variableSzymon Janc2014-04-231-3/+2
* android/hidhost: Improve error messagesSzymon Janc2014-04-231-26/+38
* android/hidhost: Check if hex2buf succeedSzymon Janc2014-04-231-9/+14
* android/hidhost: Don't use sscanf in hex2bufSzymon Janc2014-04-231-4/+30
* android/hidhost: Cleanup handle_uhid_outputSzymon Janc2014-04-231-8/+7
* android/hidhost: Fix handle_uhid_outputSzymon Janc2014-04-231-2/+2
* android/hidhost: Fix hex string to buffer convertionSzymon Janc2014-04-091-9/+14
* Replace bt_put_le16() by put_le16()Claudio Takahasi2014-03-141-1/+2
* android: Pass mode parameter to registered servicesSzymon Janc2014-03-041-1/+1
* android: Create comon header for IPCSzymon Janc2014-02-281-0/+1
* android: Refactor IPC initSzymon Janc2014-02-281-26/+35
* android/hidhost: Trivial coding style fixAnderson Lizardo2014-02-121-2/+2
* android: Use 16-bit UUID for SDP searchAnderson Lizardo2014-02-121-4/+3
* android: Update copyright and license detailsMarcel Holtmann2014-02-111-10/+10
* android/hidhost: Use g_slist_free_full to free devices listLuiz Augusto von Dentz2014-02-061-18/+17
* android: Trivial replacement of tabs where spaces are expectedAnderson Lizardo2014-01-271-1/+1
* android: Use src/log.h include instead of just log.hMarcel Holtmann2014-01-261-1/+1
* android/hidhost: Verify set info command correctnessSzymon Janc2014-01-241-0/+8
* android/hidhost: Fix vid and pid informationAndrzej Kaczmarek2014-01-221-18/+55
* android/hidhost: Fix miscalculation of get report event notification lengthRavi kumar Veeramally2014-01-211-1/+1
* Rename glib-helper to uuid-helperJohan Hedberg2014-01-211-1/+1
* android/hidhost: Remove unnecessary checkRavi kumar Veeramally2014-01-201-10/+0
* android/hidhost: Fix connection state notification on profile unregisterRavi kumar Veeramally2014-01-201-1/+0
* core: Add flags parameter to bt_search_serviceSzymon Janc2014-01-201-2/+2
* android/hidhost: Move set_report parameter check to daemonSzymon Janc2013-12-311-0/+10