Merge "Fix LE discovering finished event not invoked issue" into tizen
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / oal-audio-src.c
index 3834fc1..989b2b9 100644 (file)
@@ -49,10 +49,10 @@ const bt_interface_t * _bt_get_stack_interface(void);
 static const btav_interface_t *blued_a2dp_interface = NULL;
 
 static btav_callbacks_t blued_a2dp_cb = {
-       sizeof(blued_a2dp_cb),
-       cb_audio_connection_state,
-       cb_audio_state,
-       NULL /* Audio Config Callback */
+       .size = sizeof(blued_a2dp_cb),
+       .connection_state_cb = cb_audio_connection_state,
+       .audio_state_cb = cb_audio_state,
+       .audio_config_cb = NULL
 };
 
 oal_status_t audio_enable(char *service_name , char *provider_name)