| 4bc6bc97 |
core: Remove no longer needed host_name global option |
Marcel Holtmann |
13 years ago |
1 file, +0, -1 |
| 9ace295f |
core: Silly workaround for a really stupid kernel bug :( |
Marcel Holtmann |
13 years ago |
1 file, +12, -2 |
| dc1b5167 |
gdbus: Include changed properties only once per signal |
Marcel Holtmann |
13 years ago |
1 file, +3, -0 |
| dde42ce2 |
core: Force reset of class of device property on power down
The kernel resets the class of device on power down, but it forgets to
actually tell userspace about. Until this gets fixed force the reset
of the class of device property. |
Marcel Holtmann |
13 years ago |
1 file, +8, -0 |
| 473ea45a |
core: Fix some of the mgmt debug statements |
Marcel Holtmann |
13 years ago |
1 file, +22, -12 |
| 17a68a3f |
core: Remove the pointless handing around of mgmt socket fd |
Marcel Holtmann |
13 years ago |
1 file, +90, -100 |
| 74f98d4a |
core: Add debugs for adapter name and class change notifications |
Marcel Holtmann |
13 years ago |
1 file, +8, -4 |
| 126aae59 |
core: Add debug details for postponed class of device setting |
Marcel Holtmann |
13 years ago |
1 file, +4, -2 |
| b3bd9dc6 |
core: Return actual major and minor class values and not zero |
Marcel Holtmann |
13 years ago |
1 file, +11, -3 |
| b9d3fe00 |
monitor: Print manufacturer string from database |
Marcel Holtmann |
13 years ago |
1 file, +2, -1 |
| c1ba8bd5 |
tools: Fix issue with bt_compidtostr being const |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| 7003e672 |
lib: Make bt_compidtostr return value const |
Marcel Holtmann |
13 years ago |
2 files, +2, -2 |
| d1b90a46 |
core: Add version information to default name |
Marcel Holtmann |
13 years ago |
1 file, +2, -3 |
| 67b9e760 |
client: Don't bother with individual Device ID properties |
Marcel Holtmann |
13 years ago |
1 file, +0, -4 |
| d15257e0 |
core: UUID list of device might be empty, but it always exists |
Marcel Holtmann |
13 years ago |
1 file, +1, -13 |
| 7cc9f345 |
doc: Fix annotation for optional device properties |
Marcel Holtmann |
13 years ago |
1 file, +3, -3 |
| 344b5da8 |
core: Remove support for individual Device ID properties |
Marcel Holtmann |
13 years ago |
1 file, +4, -171 |
| bb4d0e4f |
doc: Remove individual Device ID properties |
Marcel Holtmann |
13 years ago |
1 file, +0, -18 |
| 05f18077 |
core: Add support for device modalias property |
Marcel Holtmann |
13 years ago |
2 files, +42, -15 |
| fd6a8610 |
doc: Add entry for modalias properties |
Marcel Holtmann |
13 years ago |
2 files, +10, -0 |
| 108960e0 |
client: Print modalias properties if available |
Marcel Holtmann |
13 years ago |
1 file, +3, -1 |
| 30aae145 |
core: Add support for adapter modalias property |
Marcel Holtmann |
13 years ago |
1 file, +31, -0 |
| 5dbf71c9 |
core: Add helper function for creating modalias |
Marcel Holtmann |
13 years ago |
2 files, +17, -0 |
| 62778f4d |
proximity: The function g_dbus_pending_property_error has no return value |
Marcel Holtmann |
13 years ago |
1 file, +16, -8 |
| a106074f |
thermometer: The function g_dbus_pending_property_error has no return value |
Marcel Holtmann |
13 years ago |
1 file, +12, -6 |
| 6b5b3e34 |
cyclingspeed: The function g_dbus_pending_property_error has no return value |
Marcel Holtmann |
13 years ago |
1 file, +16, -8 |
| e8ce0504 |
audio: The function g_dbus_pending_property_error has no return value |
Marcel Holtmann |
13 years ago |
2 files, +24, -12 |
| 651090b3 |
obexd: The function g_dbus_pending_property_error has no return value |
Marcel Holtmann |
13 years ago |
1 file, +4, -2 |
| 0852ad0a |
core: The function g_dbus_pending_property_error has no return value |
Marcel Holtmann |
13 years ago |
2 files, +57, -30 |
| d8831fd8 |
doc: The user provided friendly name is stored as alias |
Marcel Holtmann |
13 years ago |
1 file, +5, -2 |
| 71c8f1af |
core: Remove no longer used adapter_set_allow_name_changes function |
Marcel Holtmann |
13 years ago |
2 files, +0, -11 |
| cfb0a6a5 |
hostname: No need to restrict adapter name changes anymore |
Marcel Holtmann |
13 years ago |
1 file, +0, -2 |
| 383297da |
core: Separate adapter name property from alias |
Marcel Holtmann |
13 years ago |
1 file, +79, -50 |
| 73c72584 |
client: Allow setting and resetting of controller alias |
Marcel Holtmann |
13 years ago |
1 file, +21, -3 |
| c9fd54b2 |
core: Add support for adatper alias property |
Marcel Holtmann |
13 years ago |
1 file, +20, -2 |
| eaaa1f7d |
client: Show adapter alias property as well |
Marcel Holtmann |
13 years ago |
1 file, +2, -1 |
| f693123a |
doc: Rephrase the reset handling of device alias property |
Marcel Holtmann |
13 years ago |
1 file, +1, -2 |
| c3bcabe8 |
doc: Add some extra notes to class of device adapter property |
Marcel Holtmann |
13 years ago |
1 file, +4, -0 |
| c51494e8 |
doc: Introduce adapter alias property and make name property read only |
Marcel Holtmann |
13 years ago |
1 file, +22, -7 |
| 0bd31205 |
doc: Mention that the adapter powered property is not persistent |
Marcel Holtmann |
13 years ago |
1 file, +4, -0 |
| 6fd8d9dd |
doc: Mention the external control of adapter name property |
Marcel Holtmann |
13 years ago |
1 file, +7, -0 |
| b27875e9 |
core: Set default Device ID information record |
Marcel Holtmann |
13 years ago |
1 file, +10, -0 |
| 2f83ab18 |
core: Don't try to set hostname as default adapter name |
Marcel Holtmann |
13 years ago |
1 file, +0, -4 |
| f1f6a1ae |
plugins: Remove no longer needed formfactor plugin |
Marcel Holtmann |
13 years ago |
2 files, +0, -146 |
| d523d8e4 |
hostname: Add fallback to DMI information for class of device |
Marcel Holtmann |
13 years ago |
1 file, +57, -0 |
| d4cbe275 |
plugins: Remove no longer needed adaptername plugin |
Marcel Holtmann |
13 years ago |
2 files, +0, -345 |
| 26d6372b |
hostname: Use numbered pretty hostnames for multiple adapters |
Marcel Holtmann |
13 years ago |
1 file, +21, -3 |
| fd920203 |
core: Track the stored adapter name independent from the current name |
Marcel Holtmann |
13 years ago |
1 file, +14, -4 |
| 7279e850 |
plugins: Add support for systemd's hostname daemon |
Marcel Holtmann |
13 years ago |
2 files, +217, -0 |
| c6748fd8 |
gdbus: Update properties on D-Bus client re-connections |
Marcel Holtmann |
13 years ago |
1 file, +22, -4 |