18 #ifndef __TIZEN_NETWORK_BLUETOOTH_EXTENSION_H__ 19 #define __TIZEN_NETWORK_BLUETOOTH_EXTENSION_H__ 95 int bt_ag_is_sco_opened(
bool *opened);
132 int bt_ag_unset_sco_state_changed_cb(
void);
155 int bt_ag_notify_voice_recognition_state(
bool state);
183 int bt_ag_notify_speaker_gain(
int gain);
206 int bt_ag_get_speaker_gain(
int *gain);
244 int bt_ag_unset_speaker_gain_changed_cb(
void);
280 int bt_ag_unset_microphone_gain_changed_cb(
void);
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.
int bt_ag_close_sco(void)
Closes an opened SCO(Synchronous Connection Oriented link), asynchronously. 2.3 platform http://ti...
void(* bt_ag_microphone_gain_changed_cb)(int gain, void *user_data)
Called when the microphone gain of the remote device is changed. 2.3.
API to control the Bluetooth adapter, devices and communications.
void(* bt_ag_speaker_gain_changed_cb)(int gain, void *user_data)
Called when the speaker gain of the remote device is changed. 2.3.
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. ...