blob: 8e724838f3eabe5c621e840dd3b8bb88cdd9a2a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
HAL namespace description for Bluetooth
***************************************
Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
bluetooth namespace
===================
bluetooth.uuid (string) Service or device UUID (128-bit)
bluetooth.name (string) Service or device name
bluetooth.description (string) Service or device description
bluetooth.address (string) Remote device address
bluetooth.is_connected (bool) Connection status of service or device
bluetooth methods
=================
org.freedesktop.Hal.Device.Bluetooth.Connect Connect to service or device
org.freedesktop.Hal.Device.Bluetooth.Disconnect Disconnect from service or device
|