Functions¶
|
|
|
|
|
|
|
|
|
|
|
Details¶
- GnomeBluetooth.appearance_to_type(appearance)¶
- Parameters:
appearance (
int
) – a Bluetooth device appearance- Returns:
- Return type:
Returns the type of device corresponding to the given appearance value, as usually found in the GAP service.
- GnomeBluetooth.class_to_type(class_)¶
- Parameters:
class (
int
) – a Bluetooth device class- Returns:
- Return type:
Returns the type of device corresponding to the given class value.
- GnomeBluetooth.send_to_address(address, alias)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Start a GUI application for transferring files over Bluetooth.
- GnomeBluetooth.type_to_string(type)¶
- Parameters:
type (
int
) – aGnomeBluetooth.Type
- Returns:
a string.
- Return type:
Returns a human-readable string representation of type usable for display to users. Do not free the return value. The returned string is already translated with gettext().
- GnomeBluetooth.uuid_to_string(uuid)¶
-
Returns a string representing a human-readable (but not usable for display to users) version of the uuid. Do not free the return value.