summaryrefslogtreecommitdiff
path: root/profiles/scanparam
Commit message (Expand)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-2/+2
* core: Rename hcid.h to btd.hLuiz Augusto von Dentz2020-10-291-1/+1
* core: Rename main_opts to btd_optsLuiz Augusto von Dentz2020-10-291-4/+4
* core: Split LE and BR/EDR parametersLuiz Augusto von Dentz2020-10-291-4/+4
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-213-42/+3
* scanparam: Use configured values when availableAlain Michaud2020-07-011-4/+11
* gap: scanparam: Use bt_gatt_client_cloneLuiz Augusto von Dentz2016-11-281-1/+1
* scanparam: Implement disconnect callbackLuiz Augusto von Dentz2016-09-081-9/+22
* scanparam: Make use of service user_data to store service contextLuiz Augusto von Dentz2016-09-081-27/+8
* scanparam: Fix not handling accept properlyLuiz Augusto von Dentz2016-09-081-1/+11
* shared/gatt-db: Extend gatt_db_attribute_get_char_data with ext. propƁukasz Rymanowski2016-04-221-1/+1
* scpp: Move code from android to profilesLuiz Augusto von Dentz2015-11-132-0/+390
* profiles/scanparam: rewrite scanparam profileJakub Pawlowski2015-10-251-124/+132
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-0/+2
* profiles: Add explicit include for lib/bluetooth.hMarcel Holtmann2015-02-181-0/+1
* lib/uuid: Add define for Scan Parameter UUIDLuiz Augusto von Dentz2014-06-271-2/+0
* scan: Discover CCC using gatt_discover_descAndrzej Kaczmarek2014-05-051-21/+13
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-241-3/+3
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-2/+3
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-7/+7
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-111-4/+3
* scanparam: Remove unneeded header includeClaudio Takahasi2013-07-301-2/+0
* scanparam: Apply convention for "GSource id" like variableAnderson Lizardo2013-07-301-2/+2
* scanparam: Fix missing check for valid GAttrib when removing deviceAnderson Lizardo2013-07-301-1/+1
* scanparam: Remove unnecessary assignmentAnderson Lizardo2013-07-301-3/+1
* scanparam: Fix handle range check on descriptor discoveryAnderson Lizardo2013-07-301-1/+1
* attrib: Do not use Write Command in gatt_write_char()Anderson Lizardo2013-07-241-1/+1
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-241-2/+2
* scanparam: Use btd_service userdata pointerMikel Astiz2013-06-241-30/+6
* scanparam: Get rid of gintLucas De Marchi2013-05-011-1/+1
* profile: Use btd_service for probing profilesMikel Astiz2013-04-261-2/+6
* profile: Remove UUID list from probe functionMikel Astiz2013-04-261-2/+1
* profile: Limit to one remote UUID per profileMikel Astiz2013-03-101-1/+1
* scanparam: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* profiles: Make use of btd_device_get_primaryJohan Hedberg2012-12-141-15/+4
* scanparam: Remove left-over main.c fileJohan Hedberg2012-12-141-50/+0
* scanparam: Remove useless filesJohan Hedberg2012-12-144-147/+58
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-073-0/+12
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-053-12/+0
* build: Remove stupid -I directivesMarcel Holtmann2012-11-202-6/+6
* profiles: Remove GATT enable optionMarcel Holtmann2012-11-091-5/+0
* scan: Use the per handle GATT event notifierVinicius Costa Gomes2012-10-111-13/+2
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-111-2/+2
* scanparam: Fix servers list to be staticJohan Hedberg2012-09-281-1/+1
* scan: Avoid discover if scan handle is knownClaudio Takahasi2012-09-281-2/+7
* scan: Write parameters when requestedClaudio Takahasi2012-09-281-8/+18
* scan: Register notification handlerClaudio Takahasi2012-09-281-1/+35
* scan: Enable Scan Refresh notificationClaudio Takahasi2012-09-281-1/+80
* scan: Add write scan interval windowClaudio Takahasi2012-09-281-0/+41
* scan: Add ATTIO callbacks registrationClaudio Takahasi2012-09-283-1/+156