|
Tizen HAL API
1.0
|
The Bluetooth provides functions to enable and disable the HCI interface.
#include <hal-bluetooth.h>
The Bluetooth provides to get/put backend and enable/disable HCI interface.
For more information on the Bluetooth features and the macros, see HAL Bluetooth programming guides and tutorials.
Typedefs | |
| typedef struct _hal_backend_bluetooth_funcs | hal_backend_bluetooth_funcs |
| The structure type of the bluetooth HAL functions. | |
Defines | |
| #define | HAL_BLUETOOTH_BACKEND_ERROR_NONE 0 |
| Structure for bluetooth functions. | |
| #define | HAL_BLUETOOTH_BACKEND_ERROR_INTERNAL -1 |
| Internal error. | |
| #define | HAL_BLUETOOTH_BACKEND_ERROR_TIMEOUT -2 |
| Timeout error. | |
| struct _hal_backend_bluetooth_funcs |
The structure type of the bluetooth HAL functions.
Data Fields | |
| int(* | start )(void) |
| int(* | stop )(void) |
| int(* _hal_backend_bluetooth_funcs::start)(void) |
Start Bluetooth HAL backend
| int(* _hal_backend_bluetooth_funcs::stop)(void) |
Stop Bluetooth HAL backend
| #define HAL_BLUETOOTH_BACKEND_ERROR_INTERNAL -1 |
Internal error.
| #define HAL_BLUETOOTH_BACKEND_ERROR_NONE 0 |
Structure for bluetooth functions.
| #define HAL_BLUETOOTH_BACKEND_ERROR_TIMEOUT -2 |
Timeout error.
| typedef struct _hal_backend_bluetooth_funcs hal_backend_bluetooth_funcs |
The structure type of the bluetooth HAL functions.