Change-Id: I190554ab351ddeb34a2cd51d546506717fa699bb
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
break;
}
case OAL_EVENT_GATTS_NOTIFICATION: { /* Tizen Platform Specific */
- BT_INFO("OAL Event: GATT Server DisConnected");
+ BT_INFO("OAL Event: GATT Server Notification");
__bt_handle_gatt_server_notification_changed((event_gatts_notif_t *)event_data);
break;
}
break;
}
case OAL_EVENT_GATTC_NOTIFICATION_DEREGISTERED: {
- BT_INFO("OAL Event: GATT Client Notification Registered");
+ BT_INFO("OAL Event: GATT Client Notification Deregistered");
__bt_handle_client_notification_registered((event_gattc_regdereg_notify_t *) event_data, FALSE);
break;
}