TizenRT Public API
v2.0 M2
|
Go to the source code of this file.
Functions | |
int | bt_ag_open_sco (void) |
Opens a SCO(Synchronous Connection Oriented link) to connected remote device, asynchronously. 2.3 platform http://tizen.org/privilege/bluetooth.admin. More... | |
int | bt_ag_close_sco (void) |
Closes an opened SCO(Synchronous Connection Oriented link), asynchronously. 2.3 platform http://tizen.org/privilege/bluetooth.admin. More... | |
int bt_ag_close_sco | ( | void | ) |
Closes an opened SCO(Synchronous Connection Oriented link), asynchronously. 2.3 platform http://tizen.org/privilege/bluetooth.admin.
BT_ERROR_NONE | Successful |
BT_ERROR_NOT_INITIALIZED | Not initialized |
BT_ERROR_NOT_ENABLED | Not enabled |
BT_ERROR_REMOTE_DEVICE_NOT_CONNECTED | Remote device is not connected |
BT_ERROR_PERMISSION_DENIED | Permission denied |
BT_ERROR_NOT_SUPPORTED | Not supported |
int bt_ag_open_sco | ( | void | ) |
Opens a SCO(Synchronous Connection Oriented link) to connected remote device, asynchronously. 2.3 platform http://tizen.org/privilege/bluetooth.admin.
BT_ERROR_NONE | Successful |
BT_ERROR_NOT_INITIALIZED | Not initialized |
BT_ERROR_NOT_ENABLED | Not enabled |
BT_ERROR_REMOTE_DEVICE_NOT_CONNECTED | Remote device is not connected |
BT_ERROR_ALREADY_DONE | Operation is already done |
BT_ERROR_OPERATION_FAILED | Operation failed |
BT_ERROR_PERMISSION_DENIED | Permission denied |
BT_ERROR_NOT_SUPPORTED | Not supported |