TizenRT Public API  v2.0 M2
bluetooth_type_extension.h File Reference
This graph shows which files directly or indirectly include this file:

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 Documentation

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.

Parameters
[in]resultThe result of changing the connection state
[in]openedThe state to be changed: (true = opened, false = not opened)
[in]user_dataThe user data passed from the callback registration function
See also
bt_ag_set_sco_state_changed_cb()
bt_ag_unset_sco_state_changed_cb()
bt_ag_open_sco()
bt_ag_close_sco()

Definition at line 45 of file bluetooth_type_extension.h.