summaryrefslogtreecommitdiff
path: root/android/hal-gatt.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-12/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* android/hal-gatt: Add support for server MTU changed callbackSzymon Janc2015-03-121-0/+13
* android/hal-gatt: Fix missing IPC handlers on KitKatSzymon Janc2014-12-151-4/+32
* android: Fix crash on android-testerLuiz Augusto von Dentz2014-12-031-2/+2
* android/hal-gatt: Fix build error on Android KitKatSzymon Janc2014-11-251-1/+1
* android/gatt: Fix transport mask for service startJakub Tyszkowski2014-11-251-1/+31
* android/hal-gatt: Implement client batchscan_read_reportsSzymon Janc2014-11-191-3/+9
* android/hal-gatt: Implement client batchscan_dis_batch_scanSzymon Janc2014-11-191-3/+8
* android/hal-gatt: Implement client batchscan_enb_batch_scanSzymon Janc2014-11-191-3/+13
* android/hal-gatt: Implement client batchscan_cfg_storageSzymon Janc2014-11-191-3/+11
* android/hal-gatt: Implement client multi_adv_disableSzymon Janc2014-11-191-3/+8
* android/hal-gatt: Implement client multi_adv_set_inst_dataSzymon Janc2014-11-191-3/+48
* android/hal-gatt: Implement client handle_client_update_multi_advSzymon Janc2014-11-191-3/+14
* android/hal-gatt: Implement client multi_adv_enableSzymon Janc2014-11-191-3/+14
* android/hal-gatt: Implement client set_scan_parametersSzymon Janc2014-11-191-3/+9
* android/hal-gatt: Implement client conn_parameter_updateSzymon Janc2014-11-191-3/+15
* android/hal-gatt: Implement client configure_mtuSzymon Janc2014-11-191-3/+9
* android/hal-gatt: Implement client scan_filter_enableSzymon Janc2014-11-191-3/+9
* android/hal-gatt: Implement client scan_filter_clearSzymon Janc2014-11-191-4/+9
* android/hal-gatt: Implement client scan_filter_add_removeSzymon Janc2014-11-191-3/+32
* android/hal-gatt: Implement client scan_filter_param_setupSzymon Janc2014-11-191-3/+19
* android/hal-gatt: Implement Android 5 callbacksSzymon Janc2014-11-191-1/+192
* android/hal-gatt: Fix whitespace issuesSzymon Janc2014-11-171-19/+8
* android: Fix not setting max_clientsLuiz Augusto von Dentz2014-11-171-0/+1
* android/hal-gatt: Add stubs for Android 5 API callsSzymon Janc2014-11-131-0/+209
* android/gatt: Add support for new parameter in srv connect()Andrei Emeltchenko2014-11-051-2/+19
* android/gatt: Add support for new parameter for connectAndrei Emeltchenko2014-11-051-2/+18
* android/gatt: Add support for new APIAndrei Emeltchenko2014-11-051-1/+13
* android/hal-gatt: Remove unneeded never read initializationAndrei Emeltchenko2014-07-041-3/+1
* android: Fix using plain integer as NULL pointerLuiz Augusto von Dentz2014-07-031-36/+36
* android/hal-ipc: Pass FD to notification handlersSzymon Janc2014-06-121-31/+31
* android: Re-enable support for Android 4.4.2Szymon Janc2014-06-121-1/+36
* android/gatt: Update set_adv_data IPC to HAL API changeSzymon Janc2014-06-121-2/+26
* android: Update HAL API to Android 4.4.3-r1.1Szymon Janc2014-06-121-1/+3
* android/hal-gatt: Fix missing check if interface is readySzymon Janc2014-05-271-0/+3
* android/hal: Fix sending not initialised dataJakub Tyszkowski2014-05-181-0/+2
* android/hal-gatt-api: Fix IPC definition for send responseLukasz Rymanowski2014-04-301-2/+5
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-1/+2
* android/hal-gatt-api: Fix IPC definition for write_characteristicAndrzej Kaczmarek2014-04-171-1/+1
* android/hal-gatt-api: Fix IPC definition for read_characteristicAndrzej Kaczmarek2014-04-171-1/+1
* android/hal-gatt-api: Fix IPC definition for get_descriptorAndrzej Kaczmarek2014-04-171-7/+5
* android/hal-gatt-api: Fix IPC definition for get_characteristicAndrzej Kaczmarek2014-04-171-4/+4
* android/hal-gatt-api: Fix IPC definition for get_included_serviceAndrzej Kaczmarek2014-04-171-6/+5
* android/hal-gatt-api: Fix IPC definition for service_searchAndrzej Kaczmarek2014-04-171-1/+1
* android/hal-gatt: Fix sending uninitialised byteLuiz Augusto von Dentz2014-04-101-0/+1
* android/hal-gatt: Fix typo in struct nameMarcin Kraglak2014-04-091-1/+1
* android/hal-gatt: Use fixed size buffer when passing AD to JavaSzymon Janc2014-04-021-1/+6
* android/hal-gatt: Add comments with events for IPC handlersSzymon Janc2014-04-021-3/+31
* android/hal: Fix coding style in IPC handler tablesSzymon Janc2014-04-021-59/+59