NetworkManager/src/devices/bluetooth
Thomas Haller d6df0339ff wwan: simplify API of nm_modem_act_stage2_config() to never fail
The previous function arguments of nm_modem_act_stage2_config() act as if the
function could fail or even postpone the action. It never did.

We cannot treat this generic. A caller needs to know whether nm_modem_act_stage2_config()
can postpone the action, and when it does, which signal is emitted upon completion. That
is, the caller needs to know how to proceed after postponing.

In other words, since this function currently cannot fail or postpone
the stage, so must all callers already rely on that. At this point it makes
no sense to pretend that the function could be any different, if all callers
assume it is not. Simplify the API.
2019-09-22 16:05:50 +02:00
..
meson.build bluetooth: drop BlueZ 4 support (1) 2019-08-12 16:05:30 +02:00
nm-bluez-common.h shared,all: add and use DBUS_INTERFACE_OBJECT_MANAGER define 2019-09-22 16:05:50 +02:00
nm-bluez-device.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-bluez-device.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-bluez-manager.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-bluez5-dun.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-bluez5-dun.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-bluez5-manager.c shared,all: add and use DBUS_INTERFACE_OBJECT_MANAGER define 2019-09-22 16:05:50 +02:00
nm-bluez5-manager.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-bt-error.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-bt-error.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-device-bt.c wwan: simplify API of nm_modem_act_stage2_config() to never fail 2019-09-22 16:05:50 +02:00
nm-device-bt.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00