summaryrefslogtreecommitdiff
path: root/client/advertising.c
Commit message (Expand)AuthorAgeFilesLines
* client/advertising: Add support for advertise.rsi commandLuiz Augusto von Dentz2023-04-051-2/+28
* client: Fix advertise.data commandLuiz Augusto von Dentz2022-10-201-1/+1
* client/advertising: Fix typos: *_exits --> *_existsChristian Eggers2022-08-291-16/+18
* client/advertising: Fixes errors found by scan-buildLuiz Augusto von Dentz2022-06-221-4/+2
* client/advertising: Fix not disabling local-name in IncludesLuiz Augusto von Dentz2021-08-101-0/+7
* client: Fix advertise broadcastLuiz Augusto von Dentz2021-05-141-0/+3
* client/advertising: Add support for setting min/max intervalsLuiz Augusto von Dentz2021-05-131-0/+62
* client: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* client: Fix typo in bluetoothctlBarry Byford2020-08-311-2/+2
* client: Make advertise instances default to discoverableLuiz Augusto von Dentz2020-04-071-0/+1
* client: Fix crash when setting advertising.discoverable onLuiz Augusto von Dentz2019-05-101-2/+3
* client: Add advertise.secondary commandLuiz Augusto von Dentz2019-02-211-0/+43
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* client: Add advertise.discoverable-timeout commandLuiz Augusto von Dentz2018-05-241-0/+38
* client: Print AD Data and Discoverable once registeredLuiz Augusto von Dentz2018-05-241-0/+7
* client: Add advertise.discoverable commandLuiz Augusto von Dentz2018-05-241-0/+35
* client: Fix use of g_freeLuiz Augusto von Dentz2018-05-211-1/+1
* client: Add support for setting advertising Data propertyLuiz Augusto von Dentz2018-05-021-43/+115
* client: Fix stay on error handling in non-interactiveERAMOTO Masaya2018-03-231-1/+1
* client: Fix lines going beyond 80 columnsLuiz Augusto von Dentz2018-03-011-1/+2
* client: Use g_dbus_dict_append_*()ERAMOTO Masaya2018-03-011-55/+3
* client: Quit when done with commandLuiz Augusto von Dentz2018-02-281-25/+59
* client: Introduce ad_disable_{uuids,service,manufacturer}ERAMOTO Masaya2018-02-191-3/+36
* client: Fix data growth if reconfiguring ad serviceERAMOTO Masaya2018-02-191-0/+2
* client: Not output ad service info if no uuid setsERAMOTO Masaya2018-02-191-2/+5
* client: Fix null output for ad service uuidERAMOTO Masaya2018-02-191-1/+1
* client: Print advertising detailsLuiz Augusto von Dentz2018-01-191-31/+73
* client: Rename set-timeout to timeoutLuiz Augusto von Dentz2018-01-191-3/+9
* client: Rename set-duration to durationLuiz Augusto von Dentz2018-01-191-3/+9
* client: Rename set-appearance to appearanceLuiz Augusto von Dentz2018-01-191-3/+15
* client: Rename set-name to nameLuiz Augusto von Dentz2018-01-191-0/+9
* client: Rename set-tx-power to tx-powerLuiz Augusto von Dentz2018-01-191-3/+8
* client: Rename set-manufacturer to manufacturerLuiz Augusto von Dentz2018-01-191-2/+10
* client: Rename set-service to serviceLuiz Augusto von Dentz2018-01-191-4/+5
* client: Rename set-uuids to uuidsLuiz Augusto von Dentz2018-01-191-3/+36
* shared/shell: Don't remove command from argumentsLuiz Augusto von Dentz2017-12-081-7/+7
* shared/shell: Use wordexp to parse argumentsLuiz Augusto von Dentz2017-11-171-39/+20
* client: Make use of bt_shellLuiz Augusto von Dentz2017-11-171-21/+21
* client: Add set-advertise-{duration, timeout}Luiz Augusto von Dentz2017-11-021-0/+50
* client: Clear ad manufacturer/service data when too much dataERAMOTO Masaya2017-11-021-0/+2
* client: Fix clearing advertising service dataERAMOTO Masaya2017-11-021-1/+1
* client: Fix segmentation fault while fetching advertising dataAnupam Roy2017-10-261-2/+4
* client: Prevent to pass invalid ad type to D-BusERAMOTO Masaya2017-09-251-1/+1
* client: Fix core dump when using set-advertise-nameERAMOTO Masaya2017-09-251-3/+5
* client: Fix memory leak of advertise commandERAMOTO Masaya2017-09-251-0/+4
* client: Emit PropertiesChanged if advertising changesLuiz Augusto von Dentz2017-08-161-9/+40
* client: Enable set-advertise-appearance to set AppearanceLuiz Augusto von Dentz2017-08-101-1/+27
* client: Enable set-advertise-name to set LocalNameLuiz Augusto von Dentz2017-08-101-0/+24
* client: Add set-advertise-name and set-advertise-appearanceLuiz Augusto von Dentz2017-08-101-59/+107
* client: fix calling ad_unregisterSeulKi Shin2017-02-141-0/+3