summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/nm-device-bt.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-1412/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+1
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-19/+19
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1040/+1056
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* bluetooth: disconnect signal on disposeBeniamino Galvani2020-04-221-0/+1
* device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller2020-03-171-4/+4
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-3/+3
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-1/+1
* bluetooth: don't set the ifindex after the device has been activatedLubomir Rintel2019-10-021-0/+3
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-231-338/+517
* wwan: simplify API of nm_modem_act_stage2_config() to never failThomas Haller2019-09-221-18/+2
* wwan: mark modems that are taken by a NMDevice as "claimed"Thomas Haller2019-09-221-6/+7
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-23/+18
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-051-3/+4
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* settings,gsm: deprecate and stop using 'number' propertyAleksander Morgado2018-12-191-2/+0
* devices,bluetooth: fix default CDMA number settingAleksander Morgado2018-12-131-1/+1
* bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller2018-10-171-25/+40
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-3/+4
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-15/+17
* core: give better error reason why device is unavailableThomas Haller2018-07-241-3/+10
* wwan: ensure the route parameters are set on IPv6 only configurationlr/wwan-ppp-route-rh1585611Lubomir Rintel2018-06-131-5/+2
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-6/+18
* wwan: drop nm_modem_get_data_port() functionth/modem-ip-ifaceThomas Haller2018-02-211-3/+1
* wwan: rework setting modem's data-portThomas Haller2018-02-211-18/+20
* bluetooth: fail activation when setting unknown ip-ifaceThomas Haller2018-02-211-4/+11
* device: improve tracking autoconnect-blocked flags of NMDeviceThomas Haller2017-11-081-2/+1
* device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...Thomas Haller2017-11-081-1/+1
* src/devices: use macros for property and signal namesBeniamino Galvani2017-09-181-1/+2
* device: retry autoactivation upon a component additionLubomir Rintel2017-05-311-1/+1
* bt: track name-owner changes via NMModemManager and create D-Bus proxy asynch...Thomas Haller2017-05-121-38/+23
* bt: minor refactoring of mm_name_owner_changed() functionThomas Haller2017-05-121-13/+16
* bt: move initialization of NMDeviceBt to constructed()Thomas Haller2017-05-121-16/+22
* modem: add define for ModemManager D-Bus pathThomas Haller2017-05-121-8/+7
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-1/+1
* all/trivial: unify construct-only property commentsThomas Haller2017-03-081-3/+3
* device: mark uses of device's state-reason with nm_device_state_reason_check()Thomas Haller2017-02-231-1/+1
* modem: remove unused reason argument from nm_modem_device_state_changed()Thomas Haller2017-02-231-3/+2
* modem: cleanup integer types for ppp-stats signalth/modem-signal-cleanupThomas Haller2017-02-231-4/+8
* modem: add nm_modem_emit_ppp_failed() functionThomas Haller2017-02-231-1/+4
* modem: add nm_modem_emit_prepare_result() functionThomas Haller2017-02-231-1/+2