Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NotReady map to org.bluez.Error.NotReady ErrNotReady = dbus.Error{ Name: "org.bluez.Error.NotReady", Body: []interface{}{"NotReady"}, } // InvalidArguments map to org.bluez.Error.InvalidArguments ErrInvalidArguments = dbus.Error{ Name: "org.bluez.Error.InvalidArguments", Body: []interface{}{"InvalidArguments"}, } // Failed map to org.bluez.Error.Failed ErrFailed = dbus.Error{ Name: "org.bluez.Error.Failed", Body: []interface{}{"Failed"}, } // NotPermitted map to org.bluez.Error.NotPermitted ErrNotPermitted = dbus.Error{ Name: "org.bluez.Error.NotPermitted", Body: []interface{}{"NotPermitted"}, } // DoesNotExist map to org.bluez.Error.DoesNotExist ErrDoesNotExist = dbus.Error{ Name: "org.bluez.Error.DoesNotExist", Body: []interface{}{"DoesNotExist"}, } // Rejected map to org.bluez.Error.Rejected ErrRejected = dbus.Error{ Name: "org.bluez.Error.Rejected", Body: []interface{}{"Rejected"}, } // NotConnected map to org.bluez.Error.NotConnected ErrNotConnected = dbus.Error{ Name: "org.bluez.Error.NotConnected", Body: []interface{}{"NotConnected"}, } // NotAcquired map to org.bluez.Error.NotAcquired ErrNotAcquired = dbus.Error{ Name: "org.bluez.Error.NotAcquired", Body: []interface{}{"NotAcquired"}, } // NotSupported map to org.bluez.Error.NotSupported ErrNotSupported = dbus.Error{ Name: "org.bluez.Error.NotSupported", Body: []interface{}{"NotSupported"}, } // NotAuthorized map to org.bluez.Error.NotAuthorized ErrNotAuthorized = dbus.Error{ Name: "org.bluez.Error.NotAuthorized", Body: []interface{}{"NotAuthorized"}, } // NotAvailable map to org.bluez.Error.NotAvailable ErrNotAvailable = dbus.Error{ Name: "org.bluez.Error.NotAvailable", Body: []interface{}{"NotAvailable"}, } )
Functions ¶
This section is empty.
Types ¶
type BluezApi ¶
type BluezApi interface { Path() dbus.ObjectPath Interface() string Close() }
BluezApi is the shared interface for the Bluez API implmentation
Directories ¶
Path | Synopsis |
---|---|
BlueZ D-Bus Adapter API description [adapter-api.txt]
|
BlueZ D-Bus Adapter API description [adapter-api.txt] |
BlueZ D-Bus LE Advertising API Description [advertising-api.txt] Advertising packets are structured data which is broadcast on the LE Advertising channels and available for all devices in range.
|
BlueZ D-Bus LE Advertising API Description [advertising-api.txt] Advertising packets are structured data which is broadcast on the LE Advertising channels and available for all devices in range. |
BlueZ D-Bus Agent API description [agent-api.txt]
|
BlueZ D-Bus Agent API description [agent-api.txt] |
BlueZ D-Bus Battery API description [battery-api.txt]
|
BlueZ D-Bus Battery API description [battery-api.txt] |
BlueZ D-Bus Device API description [device-api.txt]
|
BlueZ D-Bus Device API description [device-api.txt] |
BlueZ D-Bus GATT API description [gatt-api.txt] GATT local and remote services share the same high-level D-Bus API.
|
BlueZ D-Bus GATT API description [gatt-api.txt] GATT local and remote services share the same high-level D-Bus API. |
BlueZ D-Bus Health API description [health-api.txt]
|
BlueZ D-Bus Health API description [health-api.txt] |
BlueZ D-Bus Input API description [input-api.txt]
|
BlueZ D-Bus Input API description [input-api.txt] |
BlueZ D-Bus Media API description [media-api.txt]
|
BlueZ D-Bus Media API description [media-api.txt] |
BlueZ D-Bus Network API description [network-api.txt]
|
BlueZ D-Bus Network API description [network-api.txt] |
OBEX D-Bus API description [obex-api.txt]
|
OBEX D-Bus API description [obex-api.txt] |
OBEX D-Bus Agent API description [obex-agent-api.txt]
|
OBEX D-Bus Agent API description [obex-agent-api.txt] |
BlueZ D-Bus Profile API description [profile-api.txt]
|
BlueZ D-Bus Profile API description [profile-api.txt] |
BlueZ D-Bus Sim Access API description [sap-api.txt]
|
BlueZ D-Bus Sim Access API description [sap-api.txt] |
BlueZ D-Bus Thermometer API description [thermometer-api.txt] Santiago Carot-Nemesio <sancane@gmail.com>
|
BlueZ D-Bus Thermometer API description [thermometer-api.txt] Santiago Carot-Nemesio <sancane@gmail.com> |
Click to show internal directories.
Click to hide internal directories.