Skip to content

BluetoothDevice

Inherits: Resource

Properties

Type Name Default
String adapter
String address
String address_type
String alias
int appearance
bool blocked
bool bonded
int class
bool connected
String dbus_path
String icon
bool legacy_pairing
String modalias
String name
bool paired
int rssi
bool services_resolved
bool trusted
int tx_power
PackedStringArray uuids
bool wake_allowed

Methods

Returns Signature
void cancel_pairing()
void connect_to()
void connect_to_profile(uuid: String)
void disconnect_from()
void disconnect_from_profile(uuid: String)
void pair()

Property Descriptions

adapter

String adapter

Note

There is currently no description for this property. Please help us by contributing one!

address

String address

Note

There is currently no description for this property. Please help us by contributing one!

address_type

String address_type

Note

There is currently no description for this property. Please help us by contributing one!

alias

String alias

Note

There is currently no description for this property. Please help us by contributing one!

appearance

int appearance

Note

There is currently no description for this property. Please help us by contributing one!

blocked

bool blocked

Note

There is currently no description for this property. Please help us by contributing one!

bonded

bool bonded

Note

There is currently no description for this property. Please help us by contributing one!

class

int class

Note

There is currently no description for this property. Please help us by contributing one!

connected

bool connected

Note

There is currently no description for this property. Please help us by contributing one!

dbus_path

String dbus_path

Note

There is currently no description for this property. Please help us by contributing one!

icon

String icon

Note

There is currently no description for this property. Please help us by contributing one!

legacy_pairing

bool legacy_pairing

Note

There is currently no description for this property. Please help us by contributing one!

modalias

String modalias

Note

There is currently no description for this property. Please help us by contributing one!

name

String name

Note

There is currently no description for this property. Please help us by contributing one!

paired

bool paired

Note

There is currently no description for this property. Please help us by contributing one!

rssi

int rssi

Note

There is currently no description for this property. Please help us by contributing one!

services_resolved

bool services_resolved

Note

There is currently no description for this property. Please help us by contributing one!

trusted

bool trusted

Note

There is currently no description for this property. Please help us by contributing one!

tx_power

int tx_power

Note

There is currently no description for this property. Please help us by contributing one!

uuids

PackedStringArray uuids

Note

There is currently no description for this property. Please help us by contributing one!

wake_allowed

bool wake_allowed

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

cancel_pairing()

void cancel_pairing()

Note

There is currently no description for this method. Please help us by contributing one!

connect_to()

void connect_to()

Note

There is currently no description for this method. Please help us by contributing one!

connect_to_profile()

void connect_to_profile(uuid: String)

Note

There is currently no description for this method. Please help us by contributing one!

disconnect_from()

void disconnect_from()

Note

There is currently no description for this method. Please help us by contributing one!

disconnect_from_profile()

void disconnect_from_profile(uuid: String)

Note

There is currently no description for this method. Please help us by contributing one!

pair()

void pair()

Note

There is currently no description for this method. Please help us by contributing one!