diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 2cf6d8d..3a035f6 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
The Bluetooth device address.
- string Name [readwrite]
+ string Name [readonly]
+
+ The Bluetooth system name (pretty hostname).
+
+ This property is either a static system default
+ or controlled by an external daemon providing
+ access to the pretty hostname configuration.
+
+ string Alias [readwrite]
The Bluetooth friendly name. This value can be
- changed and a PropertyChanged signal will be emitted.
+ changed.
+
+ In case no alias is set, it will return the system
+ provided name. Setting an empty string as alias will
+ convert it back to the system provided name.
- This property might be controlled by an external
- daemon (for example hostnamed) and then every write
- attempt will fail.
+ When resetting the alias with an empty string, the
+ property will default back to system name.
- On a well configured system this property will be
- automatically set to the pretty hostname.
+ On a well configured system, this property never
+ needs to be changed since it defaults to the system
+ name and provides the pretty hostname. Only if the
+ local name needs to be different from the pretty
+ hostname, this property should be used as last
+ resort.
uint32 Class [readonly]