summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-4/+0
2018-04-18shared: drop duplicate c-list.h headerBeniamino Galvani1-1/+1
2018-04-16core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller1-2/+2
2018-03-20core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller1-1/+1
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2-7/+18
2018-02-21wwan: drop nm_modem_get_data_port() functionThomas Haller1-3/+1
2018-02-21wwan: rework setting modem's data-portThomas Haller1-18/+20
2018-02-21bluetooth: fail activation when setting unknown ip-ifaceThomas Haller1-4/+11
2018-01-11build/meson: use variables for ldflags and linker-scriptThomas Haller1-5/+1
2018-01-10build/meson: unconditionally use linker version scriptsThomas Haller1-4/+3
2018-01-10meson: Improve dependency systemIñigo Martínez1-2/+2
2017-12-13build: add initial support for meson build systemIñigo Martínez1-0/+51
2017-12-05settings: remove accessor functions to connection flagsThomas Haller1-1/+2
2017-11-28c-list: re-import latest version of c-list.h from upstreamThomas Haller1-1/+1
2017-11-16all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller1-1/+0
2017-11-08device: improve tracking autoconnect-blocked flags of NMDeviceThomas Haller1-2/+1
2017-11-08device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...Thomas Haller1-1/+1
2017-10-30all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller1-4/+4
2017-10-25settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller1-1/+1
2017-10-19core: use nm_close()Beniamino Galvani1-2/+2
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller2-2/+3
2017-09-18bluetooth: drop unused function declarationBeniamino Galvani1-2/+0
2017-09-18bluetooth: generate connections only for paired devicesBeniamino Galvani1-4/+20
2017-09-18src/devices: use macros for property and signal namesBeniamino Galvani7-12/+23
2017-08-06core: fix crash with bluetooth device factory wrongly claiming NAP connectionThomas Haller1-2/+1
2017-08-05core: device-factory: implement match_connection()Beniamino Galvani1-0/+17
2017-06-07bluetooth: assert against registering same device multiple timesThomas Haller1-0/+3
2017-06-07bluetooth/trivial: rename NetworkServer's network_servers fieldThomas Haller1-6/+6
2017-06-07bluetooth: split _find_network_server() in two functionsThomas Haller1-18/+25
2017-06-07all: change handling of connection.type for bluetooth NAP and in generalThomas Haller1-0/+4
2017-06-01bridge: move the Bluetooth NAP logic to bridge deviceLubomir Rintel1-1/+1
2017-06-01device: don't include header of bluetooth plugin in nm-device.hThomas Haller1-7/+5
2017-06-01bluetooth: emit component-added when a network server is addedLubomir Rintel1-2/+13
2017-06-01bluetooth: expose known HCI adapters to devicesLubomir Rintel2-2/+213
2017-05-31device: register a bridge for Bluetooth NAP with BluezLubomir Rintel1-1/+1
2017-05-31device: retry autoactivation upon a component additionLubomir Rintel1-1/+1
2017-05-31bluez5: avoid leaking the interface dictionaryLubomir Rintel1-4/+1
2017-05-31bluez5: use _NMLOGLubomir Rintel1-14/+19
2017-05-31bluetooth/trivial: rename the definesLubomir Rintel6-38/+38
2017-05-31bluetooth: streamline NMBluez5Manager teardown a bitLubomir Rintel1-17/+7
2017-05-23bluetooth: unhook adapter properties callback when the adapter vanishesLubomir Rintel1-1/+5
2017-05-12bt: use logging macros in nm-bluez4-manager.cThomas Haller1-3/+8
2017-05-12bt: use logging macros in nm-bluez4-adapter.cThomas Haller1-12/+17
2017-05-12bt: create D-Bus proxy for NMBluez4Manager asynchronouslyThomas Haller1-45/+93
2017-05-12bt: create D-Bus proxy for NMBluez4Adapter asynchronouslyThomas Haller1-25/+68
2017-05-12bt: track name-owner changes via NMModemManager and create D-Bus proxy asynch...Thomas Haller1-38/+23
2017-05-12bt: minor refactoring of mm_name_owner_changed() functionThomas Haller1-13/+16
2017-05-12bt: move initialization of NMDeviceBt to constructed()Thomas Haller1-16/+22
2017-05-12modem: add define for ModemManager D-Bus pathThomas Haller2-11/+10
2017-04-18device: don't use platform singleton getter in device subclassesThomas Haller1-1/+1