TizenRT Public API
v2.0 M2
|
Go to the source code of this file.
Typedefs | |
typedef void(* | bt_ag_sco_state_changed_cb) (int result, bool opened, void *user_data) |
Called when the SCO(Synchronous Connection Oriented link) state is changed. 2.3. More... | |
typedef void(* bt_ag_sco_state_changed_cb) (int result, bool opened, void *user_data) |
Called when the SCO(Synchronous Connection Oriented link) state is changed. 2.3.
This callback is called when the SCO state is changed. When you call bt_ag_open_sco() or bt_ag_close_sco(), this callback is also called with error result even though these functions failed.
[in] | result | The result of changing the connection state |
[in] | opened | The state to be changed: (true = opened, false = not opened) |
[in] | user_data | The user data passed from the callback registration function |
Definition at line 45 of file bluetooth_type_extension.h.